View source: R/customerprofiles_operations.R
customerprofiles_list_account_integrations | R Documentation |
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.
customerprofiles_list_account_integrations(
Uri,
NextToken = NULL,
MaxResults = NULL,
IncludeHidden = NULL
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.