ssmincidents_update_deletion_protection {paws.management} | R Documentation |
Update deletion protection to either allow or deny deletion of the final Region in a replication set.
See https://www.paws-r-sdk.com/docs/ssmincidents_update_deletion_protection/ for full documentation.
ssmincidents_update_deletion_protection(
arn,
clientToken = NULL,
deletionProtected
)
arn |
[required] The Amazon Resource Name (ARN) of the replication set to update. |
clientToken |
A token that ensures that the operation is called only once with the specified details. |
deletionProtected |
[required] Specifies if deletion protection is turned on or off in your account. |