customerprofiles_list_account_integrations: Lists all of the integrations associated to a specific URI in...

View source: R/customerprofiles_operations.R

customerprofiles_list_account_integrationsR Documentation

Lists all of the integrations associated to a specific URI in the AWS account

Description

Lists all of the integrations associated to a specific URI in the AWS account.

See https://www.paws-r-sdk.com/docs/customerprofiles_list_account_integrations/ for full documentation.

Usage

customerprofiles_list_account_integrations(
  Uri,
  NextToken = NULL,
  MaxResults = NULL,
  IncludeHidden = NULL
)

Arguments

Uri

[required] The URI of the S3 bucket or any other type of data source.

NextToken

The pagination token from the previous ListAccountIntegrations API call.

MaxResults

The maximum number of objects returned per page.

IncludeHidden

Boolean to indicate if hidden integration should be returned. Defaults to False.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.