Delete Protect Configuration
pinpointsmsvoicev2_delete_protect_configuration | R Documentation |
Permanently delete the protect configuration¶
Description¶
Permanently delete the protect configuration. The protect configuration must have deletion protection disabled and must not be associated as the account default protect configuration or associated with a configuration set.
Usage¶
Arguments¶
ProtectConfigurationId
[required] The unique identifier for the protect configuration.
Value¶
A list with the following syntax:
list(
ProtectConfigurationArn = "string",
ProtectConfigurationId = "string",
CreatedTimestamp = as.POSIXct(
"2015-01-01"
),
AccountDefault = TRUE|FALSE,
DeletionProtectionEnabled = TRUE|FALSE
)