aws.sms_voice.list_configuration_sets
Example SQL Queries
SELECT * FROMaws.sms_voice.list_configuration_sets;Description
List all of the configuration sets associated with your Amazon Pinpoint account in the current region.
Table Definition
| Column Name | Column Data Type |
|---|---|
| next_token Input Column A token returned from a previous call to ListConfigurationSets to indicate the position in the list of configuration sets. | VARCHAR |
| page_size Input Column Used to specify the number of items that should be returned in the response. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| configuration_sets An object that contains a list of configuration sets for your account in the current region. | VARCHAR[] |
Show child fields
| |