keyspaces_create_keyspace {paws.database} | R Documentation |
The CreateKeyspace operation adds a new keyspace to your account
Description
The 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.
Usage
keyspaces_create_keyspace(
keyspaceName,
tags = NULL,
replicationSpecification = NULL
)
Arguments
keyspaceName |
[required] The name of the keyspace to be created. |
tags |
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:
|