Returns all attributes for a specified data table
Source:R/connect_operations.R
connect_list_data_table_attributes.RdReturns all attributes for a specified data table. A maximum of 100 attributes per data table is allowed. Customers can request an increase by using Amazon Web Services Service Quotas. The response can be filtered by specific attribute IDs for CloudFormation integration.
See https://www.paws-r-sdk.com/docs/connect_list_data_table_attributes/ for full documentation.
Usage
connect_list_data_table_attributes(
InstanceId,
DataTableId,
AttributeIds = NULL,
NextToken = NULL,
MaxResults = NULL
)Arguments
- InstanceId
[required] The unique identifier for the Amazon Connect instance.
- DataTableId
[required] The unique identifier for the data table whose attributes should be listed.
- AttributeIds
Optional list of specific attribute IDs to retrieve. Used for CloudFormation to effectively describe attributes by ID. If NextToken is provided, this parameter is ignored.
- NextToken
Specify the pagination token from a previous request to retrieve the next page of results.
- MaxResults
The maximum number of data table attributes to return in one page of results.