Create Configuration Set
pinpointsmsvoice_create_configuration_set | R Documentation |
Create a new configuration set¶
Description¶
Create a new configuration set. After you create the configuration set, you can add one or more event destinations to it.
Usage¶
pinpointsmsvoice_create_configuration_set(ConfigurationSetName)
Arguments¶
ConfigurationSetName |
The name that you want to give the configuration set. |
Value¶
An empty list.
Request syntax¶
svc$create_configuration_set(
ConfigurationSetName = "string"
)