class Aws::SSMIncidents::Types::AddRegionAction

Defines the Region and KMS key to add to the replication set.

@note When making an API call, you may pass AddRegionAction

data as a hash:

    {
      region_name: "RegionName", # required
      sse_kms_key_id: "SseKmsKey",
    }

@!attribute [rw] region_name

The Region name to add to the replication set.
@return [String]

@!attribute [rw] sse_kms_key_id

The KMS key ID to use to encrypt your replication set.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/ssm-incidents-2018-05-10/AddRegionAction AWS API Documentation

Constants

SENSITIVE