Creates a new configuration set
Source:R/pinpointsmsvoicev2_operations.R
pinpointsmsvoicev2_create_configuration_set.RdCreates a new configuration set. After you create the configuration set, you can add one or more event destinations to it.
See https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_create_configuration_set/ for full documentation.
Usage
pinpointsmsvoicev2_create_configuration_set(
ConfigurationSetName,
Tags = NULL,
ClientToken = NULL
)Arguments
- ConfigurationSetName
[required] The name to use for the new configuration set.
An array of key and value pair tags that's associated with the new configuration set.
- ClientToken
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, a randomly generated token is used for the request to ensure idempotency.