View source: R/keyspaces_operations.R
keyspaces_create_keyspace | R Documentation |
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.
keyspaces_create_keyspace(
keyspaceName,
tags = NULL,
replicationSpecification = NULL
)
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:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.