The CreateKeyspace operation adds a new keyspace to your account
Source:R/keyspaces_operations.R
keyspaces_create_keyspace.RdThe create_keyspace operation adds a new keyspace to your account. In an Amazon Web Services account, keyspace names must be unique within each Region.
See https://www.paws-r-sdk.com/docs/keyspaces_create_keyspace/ for full documentation.
Arguments
- keyspaceName
[required] The name of the keyspace to be created.
A list of key-value pair tags to be attached to the keyspace.
For more information, see Adding tags and labels to Amazon Keyspaces resources in the Amazon Keyspaces Developer Guide.
- replicationSpecification
The replication specification of the keyspace includes:
replicationStrategy- the required value isSINGLE_REGIONorMULTI_REGION.regionList- if thereplicationStrategyisMULTI_REGION, theregionListrequires the current Region and at least one additional Amazon Web Services Region where the keyspace is going to be replicated in.