Skip to content

Update Deletion Protection

ssmincidents_update_deletion_protection R Documentation

Update deletion protection to either allow or deny deletion of the final Region in a replication set

Description

Update deletion protection to either allow or deny deletion of the final Region in a replication set.

Usage

ssmincidents_update_deletion_protection(arn, clientToken,
  deletionProtected)

Arguments

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.

Value

An empty list.

Request syntax

svc$update_deletion_protection(
  arn = "string",
  clientToken = "string",
  deletionProtected = TRUE|FALSE
)