2021/08/04 - AWS Systems Manager Incident Manager - 1 updated api methods
Changes Documentation updates for Incident Manager.
{'replicationSet': {'arn': 'string'}}
Retrieve your Incident Manager replication set.
See also: AWS API Documentation
Request Syntax
client.get_replication_set( arn='string' )
string
[REQUIRED]
The Amazon Resource Name (ARN) of the replication set you want to retrieve.
dict
Response Syntax
{ 'replicationSet': { 'arn': 'string', 'createdBy': 'string', 'createdTime': datetime(2015, 1, 1), 'deletionProtected': True|False, 'lastModifiedBy': 'string', 'lastModifiedTime': datetime(2015, 1, 1), 'regionMap': { 'string': { 'sseKmsKeyId': 'string', 'status': 'ACTIVE'|'CREATING'|'DELETING'|'FAILED', 'statusMessage': 'string', 'statusUpdateDateTime': datetime(2015, 1, 1) } }, 'status': 'ACTIVE'|'CREATING'|'UPDATING'|'DELETING'|'FAILED' } }
Response Structure
(dict) --
replicationSet (dict) --
Details of the replication set.
arn (string) --
The Amazon Resource Name (ARN) of the replication set.
createdBy (string) --
Details about who created the replication set.
createdTime (datetime) --
When the replication set was created.
deletionProtected (boolean) --
Determines if the replication set deletion protection is enabled or not. If deletion protection is enabled, you can't delete the last Region in the replication set.
lastModifiedBy (string) --
Who last modified the replication set.
lastModifiedTime (datetime) --
When the replication set was last updated.
regionMap (dict) --
The map between each Region in your replication set and the KMS key that is used to encrypt the data in that Region.
(string) --
(dict) --
Information about a Region in your replication set.
sseKmsKeyId (string) --
The ID of the KMS key used to encrypt the data in this Region.
status (string) --
The status of the Region in the replication set.
statusMessage (string) --
Information displayed about the status of the Region.
statusUpdateDateTime (datetime) --
The most recent date and time that the Region's status was updated.
status (string) --
The status of the replication set. If the replication set is still pending, you can't use Incident Manager functionality.