| Class | Description |
|---|---|
| CapacitySpecification |
Amazon Keyspaces has two read/write capacity modes for processing reads and writes on your tables:
|
| CapacitySpecificationSummary |
The read/write throughput capacity mode for a table.
|
| ClusteringKey |
The optional clustering column portion of your primary key determines how the data is clustered and sorted within
each partition.
|
| ColumnDefinition |
The names and data types of regular columns.
|
| Comment |
An optional comment that describes the table.
|
| CreateKeyspaceRequest | |
| CreateKeyspaceResult | |
| CreateTableRequest | |
| CreateTableResult | |
| DeleteKeyspaceRequest | |
| DeleteKeyspaceResult | |
| DeleteTableRequest | |
| DeleteTableResult | |
| EncryptionSpecification |
Amazon Keyspaces encrypts and decrypts the table data at rest transparently and integrates with Key Management
Service for storing and managing the encryption key.
|
| GetKeyspaceRequest | |
| GetKeyspaceResult | |
| GetTableRequest | |
| GetTableResult | |
| KeyspaceSummary |
Represents the properties of a keyspace.
|
| ListKeyspacesRequest | |
| ListKeyspacesResult | |
| ListTablesRequest | |
| ListTablesResult | |
| ListTagsForResourceRequest | |
| ListTagsForResourceResult | |
| PartitionKey |
The partition key portion of the primary key is required and determines how Amazon Keyspaces stores the data.
|
| PointInTimeRecovery |
Point-in-time recovery (PITR) helps protect your Amazon Keyspaces tables from accidental write or delete operations
by providing you continuous backups of your table data.
|
| PointInTimeRecoverySummary |
The point-in-time recovery status of the specified table.
|
| RestoreTableRequest | |
| RestoreTableResult | |
| SchemaDefinition |
Describes the schema of the table.
|
| StaticColumn |
The static columns of the table.
|
| TableSummary |
Returns the name of the specified table, the keyspace it is stored in, and the unique identifier in the format of an
Amazon Resource Name (ARN).
|
| Tag |
Describes a tag.
|
| TagResourceRequest | |
| TagResourceResult | |
| TimeToLive |
Enable custom Time to Live (TTL) settings for rows and columns without setting a TTL default for the specified table.
|
| UntagResourceRequest | |
| UntagResourceResult | |
| UpdateTableRequest | |
| UpdateTableResult |
| Enum | Description |
|---|---|
| EncryptionType | |
| PointInTimeRecoveryStatus | |
| SortOrder | |
| TableStatus | |
| ThroughputMode | |
| TimeToLiveStatus |
| Exception | Description |
|---|---|
| AccessDeniedException |
You do not have sufficient access to perform this action.
|
| AmazonKeyspacesException |
Base exception for all service exceptions thrown by Amazon Keyspaces
|
| ConflictException |
Amazon Keyspaces could not complete the requested action.
|
| InternalServerException |
Amazon Keyspaces was unable to fully process this request because of an internal server error.
|
| ResourceNotFoundException |
The operation tried to access a keyspace or table that doesn't exist.
|
| ServiceQuotaExceededException |
The operation exceeded the service quota for this resource.
|
| ValidationException |
The operation failed due to an invalid or malformed request.
|
Copyright © 2022. All rights reserved.