View source: R/pinpointsmsvoicev2_operations.R
pinpointsmsvoicev2_create_protect_configuration | R Documentation |
Create a new protect configuration. By default all country rule sets for each capability are set to ALLOW
. Update the country rule sets using update_protect_configuration_country_rule_set
. A protect configurations name is stored as a Tag with the key set to Name
and value as the name of the protect configuration.
See https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_create_protect_configuration/ for full documentation.
pinpointsmsvoicev2_create_protect_configuration(
ClientToken = NULL,
DeletionProtectionEnabled = NULL,
Tags = NULL
)
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. |
DeletionProtectionEnabled |
When set to true deletion protection is enabled. By default this is set to false. |
Tags |
An array of key and value pair tags that are associated with the resource. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.