Returns a list of data source associations for a specified S3 Table Integration, showing which data sources are currently associated for query access
Source:R/cloudwatchlogs_operations.R
cloudwatchlogs_list_sources_for_s3_table_integration.RdReturns a list of data source associations for a specified S3 Table Integration, showing which data sources are currently associated for query access.
See https://www.paws-r-sdk.com/docs/cloudwatchlogs_list_sources_for_s3_table_integration/ for full documentation.
Usage
cloudwatchlogs_list_sources_for_s3_table_integration(
integrationArn,
maxResults = NULL,
nextToken = NULL
)Arguments
- integrationArn
[required] The Amazon Resource Name (ARN) of the S3 Table Integration to list associations for.
- maxResults
The maximum number of associations to return in a single call. Valid range is 1 to 100.
- nextToken
The token for the next set of items to return. The token expires after 24 hours.