aws.sesv2.list_configuration_sets
Example SQL Queries
SELECT * FROMaws.sesv2.list_configuration_sets;Description
List all of the configuration sets associated with your account in the current region.
Configuration sets are groups of rules that you can apply to the emails you send. You apply a configuration set to an email by including a reference to the configuration set in the headers of the email. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.
Table Definition
| Column Name | Column Data Type |
|---|---|
| next_token Input Column A token that indicates that there are additional configuration sets to list. To view additional configuration sets, issue another request to ListConfigurationSets, and pass this token in the NextToken parameter. | VARCHAR |
| page_size Input Column The number of results to show in a single call to ListConfigurationSets. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken element, which you can use to obtain additional results. | BIGINT |
| _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
| |
| configuration_sets An array that contains all of the configuration sets in your Amazon SES account in the current Amazon Web Services Region. | VARCHAR[] |
Show child fields
| |