AWS Systems Manager Incident Manager

2022/11/02 - AWS Systems Manager Incident Manager - 1 updated api methods

Changes  Adds support for tagging replication-set on creation.

CreateReplicationSet (updated) Link ΒΆ
Changes (request)
{'tags': {'string': 'string'}}

A replication set replicates and encrypts your data to the provided Regions with the provided KMS key.

See also: AWS API Documentation

Request Syntax

client.create_replication_set(
    clientToken='string',
    regions={
        'string': {
            'sseKmsKeyId': 'string'
        }
    },
    tags={
        'string': 'string'
    }
)
type clientToken:

string

param clientToken:

A token that ensures that the operation is called only once with the specified details.

This field is autopopulated if not provided.

type regions:

dict

param regions:

[REQUIRED]

The Regions that Incident Manager replicates your data to. You can have up to three Regions in your replication set.

  • (string) --

    • (dict) --

      The mapping between a Amazon Web Services Region and the key that's used to encrypt the data.

      • sseKmsKeyId (string) --

        The KMS key used to encrypt the data in your replication set.

type tags:

dict

param tags:

A list of tags to add to the replication set.

  • (string) --

    • (string) --

rtype:

dict

returns:

Response Syntax

{
    'arn': 'string'
}

Response Structure

  • (dict) --

    • arn (string) --

      The Amazon Resource Name (ARN) of the replication set.