Provides a list of the configuration sets associated with your Amazon SES account in the current AWS Region. For information about using configuration sets, see Monitoring Your Amazon SES Sending Activity in the Amazon SES Developer Guide.
You can execute this operation no more than once per second. This
operation will return up to 1,000 configuration sets each time it is
run. If your Amazon SES account has more than 1,000 configuration sets,
this operation will also return a NextToken element. You can then
execute the list_configuration_sets
operation again, passing the NextToken
parameter and the value of the
NextToken element to retrieve additional results.
ses_list_configuration_sets(NextToken, MaxItems)
A list with the following syntax:
list(
ConfigurationSets = list(
list(
Name = "string"
)
),
NextToken = "string"
)
A token returned from a previous call to
list_configuration_sets
to indicate the
position of the configuration set in the configuration set list.
The number of configuration sets to return.
svc$list_configuration_sets(
NextToken = "string",
MaxItems = 123
)