list_configuration_sets
(**kwargs)¶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.
See also: AWS API Documentation
Request Syntax
response = client.list_configuration_sets(
NextToken='string',
PageSize=123
)
ListConfigurationSets
to indicate the position in the list of configuration sets.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.dict
Response Syntax
{
'ConfigurationSets': [
'string',
],
'NextToken': 'string'
}
Response Structure
(dict) --
A list of configuration sets in your Amazon SES account in the current Amazon Web Services Region.
ConfigurationSets (list) --
An array that contains all of the configuration sets in your Amazon SES account in the current Amazon Web Services Region.
(string) --
The name of a configuration set.
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.
NextToken (string) --
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.
Exceptions
SESV2.Client.exceptions.TooManyRequestsException
SESV2.Client.exceptions.BadRequestException