List Configuration Sets
pinpointemail_list_configuration_sets | R Documentation |
List all of the configuration sets associated with your Amazon Pinpoint account in the current region¶
Description¶
List all of the configuration sets associated with your Amazon Pinpoint account in the current region.
In Amazon Pinpoint, 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.
Usage¶
pinpointemail_list_configuration_sets(NextToken, PageSize)
Arguments¶
NextToken |
A token returned from a previous call to
|
PageSize |
The number of results to show in a single call to
|
Value¶
A list with the following syntax:
list(
ConfigurationSets = list(
"string"
),
NextToken = "string"
)
Request syntax¶
svc$list_configuration_sets(
NextToken = "string",
PageSize = 123
)