View source: R/pinpointsmsvoicev2_operations.R
pinpointsmsvoicev2_create_configuration_set | R Documentation |
Creates 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.
pinpointsmsvoicev2_create_configuration_set(
ConfigurationSetName,
Tags = NULL,
ClientToken = NULL
)
ConfigurationSetName |
[required] The name to use for the new configuration set. |
Tags |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.