class Aws::SSMIncidents::Types::CreateReplicationSetInput

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

data as a hash:

    {
      client_token: "ClientToken",
      regions: { # required
        "RegionName" => {
          sse_kms_key_id: "SseKmsKey",
        },
      },
    }

@!attribute [rw] client_token

A token ensuring that the action is called only once with the
specified details.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] regions

The Regions that Incident Manager replicates your data to. You can
have up to three Regions in your replication set.
@return [Hash<String,Types::RegionMapInputValue>]

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

Constants

SENSITIVE