- Navigation Guide
@aws-sdk/client-keyspaces
CreateKeyspaceCommand Class
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 Create a keyspace in the Amazon Keyspaces Developer Guide.
Parameters
Name | Signature | Summary |
---|---|---|
CreateKeyspaceCommandInput |
|
Full Signature
export declare class CreateKeyspaceCommand extends CreateKeyspaceCommand_base
Related
- CreateKeyspaceCommandInput for command's
input
shape. - CreateKeyspaceCommandOutput for command's
response
shape. - config for KeyspacesClient's
config
shape.