Update Protect Configuration
pinpointsmsvoicev2_update_protect_configuration | R Documentation |
Update the setting for an existing protect configuration¶
Description¶
Update the setting for an existing protect configuration.
Usage¶
pinpointsmsvoicev2_update_protect_configuration(ProtectConfigurationId,
DeletionProtectionEnabled)
Arguments¶
ProtectConfigurationId |
[required] The unique identifier for the protect configuration. |
DeletionProtectionEnabled |
When set to true deletion protection is enabled. By default this is set to false. |
Value¶
A list with the following syntax:
list(
ProtectConfigurationArn = "string",
ProtectConfigurationId = "string",
CreatedTimestamp = as.POSIXct(
"2015-01-01"
),
AccountDefault = TRUE|FALSE,
DeletionProtectionEnabled = TRUE|FALSE
)
Request syntax¶
svc$update_protect_configuration(
ProtectConfigurationId = "string",
DeletionProtectionEnabled = TRUE|FALSE
)