createKeyspace
inline suspend fun KeyspacesClient.createKeyspace(crossinline block: CreateKeyspaceRequest.Builder.() -> Unit): CreateKeyspaceResponse
The CreateKeyspace
operation adds a new keyspace to your account. In an Amazon Web Services account, keyspace names must be unique within each Region.
CreateKeyspace
is an asynchronous operation. You can monitor the creation status of the new keyspace by using the GetKeyspace
operation.
For more information, see Creating keyspaces in the Amazon Keyspaces Developer Guide.