Set Account Default Protect Configuration
pinpointsmsvoicev2_set_account_default_protect_configuration | R Documentation |
Set a protect configuration as your account default¶
Description¶
Set a protect configuration as your account default. You can only have one account default protect configuration at a time. The current account default protect configuration is replaced with the provided protect configuration.
Usage¶
pinpointsmsvoicev2_set_account_default_protect_configuration(
ProtectConfigurationId)
Arguments¶
ProtectConfigurationId |
[required] The unique identifier for the protect configuration. |
Value¶
A list with the following syntax:
list(
DefaultProtectConfigurationArn = "string",
DefaultProtectConfigurationId = "string"
)
Request syntax¶
svc$set_account_default_protect_configuration(
ProtectConfigurationId = "string"
)