Update Replication Set
ssmincidents_update_replication_set | R Documentation |
Add or delete Regions from your replication set¶
Description¶
Add or delete Regions from your replication set.
Usage¶
ssmincidents_update_replication_set(actions, arn, clientToken)
Arguments¶
actions |
[required] An action to add or delete a Region. |
arn |
[required] The Amazon Resource Name (ARN) of the replication set you're updating. |
clientToken |
A token that ensures that the operation is called only once with the specified details. |
Value¶
An empty list.
Request syntax¶
svc$update_replication_set(
actions = list(
list(
addRegionAction = list(
regionName = "string",
sseKmsKeyId = "string"
),
deleteRegionAction = list(
regionName = "string"
)
)
),
arn = "string",
clientToken = "string"
)