Adds a new Amazon Web Services Region to the keyspace. You can add a new Region to a keyspace that is either a single or a multi-Region keyspace. Amazon Keyspaces is going to replicate all tables in the keyspace to the new Region. To successfully replicate all tables to the new Region, they must use client-side timestamps for conflict resolution. To enable client-side timestamps, specify clientSideTimestamps.status = enabled
when invoking the API. For more information about client-side timestamps, see Client-side timestamps in Amazon Keyspaces in the Amazon Keyspaces Developer Guide.
See https://www.paws-r-sdk.com/docs/keyspaces_update_keyspace/ for full documentation.
keyspaces_update_keyspace(
keyspaceName,
replicationSpecification,
clientSideTimestamps = NULL
)
[required] The name of the keyspace.
[required]