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
)
[required] The URI of the S3 bucket or any other type of data source.
The pagination token from the previous ListAccountIntegrations API call.
The maximum number of objects returned per page.
Boolean to indicate if hidden integration should be returned. Defaults
to False
.