Associate Protect Configuration
pinpointsmsvoicev2_associate_protect_configuration | R Documentation |
Associate a protect configuration with a configuration set¶
Description¶
Associate a protect configuration with a configuration set. This replaces the configuration sets current protect configuration. A configuration set can only be associated with one protect configuration at a time. A protect configuration can be associated with multiple configuration sets.
Usage¶
Arguments¶
ProtectConfigurationId
[required] The unique identifier for the protect configuration.
ConfigurationSetName
[required] The name of the ConfigurationSet.
Value¶
A list with the following syntax:
list(
ConfigurationSetArn = "string",
ConfigurationSetName = "string",
ProtectConfigurationArn = "string",
ProtectConfigurationId = "string"
)