Create Replication Set
ssmincidents_create_replication_set | R Documentation |
A replication set replicates and encrypts your data to the provided Regions with the provided KMS key¶
Description¶
A replication set replicates and encrypts your data to the provided Regions with the provided KMS key.
Usage¶
ssmincidents_create_replication_set(clientToken, regions, tags)
Arguments¶
clientToken |
A token that ensures that the operation is called only once with the specified details. |
regions |
[required] The Regions that Incident Manager replicates your data to. You can have up to three Regions in your replication set. |
tags |
A list of tags to add to the replication set. |
Value¶
A list with the following syntax:
list(
arn = "string"
)
Request syntax¶
svc$create_replication_set(
clientToken = "string",
regions = list(
list(
sseKmsKeyId = "string"
)
),
tags = list(
"string"
)
)