Create a new protect configuration
Source:R/pinpointsmsvoicev2_operations.R
pinpointsmsvoicev2_create_protect_configuration.RdCreate 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.
Usage
pinpointsmsvoicev2_create_protect_configuration(
ClientToken = NULL,
DeletionProtectionEnabled = NULL,
Tags = NULL
)Arguments
- 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.
An array of key and value pair tags that are associated with the resource.