Class | Description |
---|---|
AutoScalingPolicy |
Amazon Keyspaces supports the
target tracking auto scaling policy. |
AutoScalingSettings |
The optional auto scaling settings for a table with provisioned throughput capacity.
|
AutoScalingSpecification |
The optional auto scaling capacity settings for a table in provisioned capacity mode.
|
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.
|
ClientSideTimestamps |
The client-side timestamp setting of the 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 | |
GetTableAutoScalingSettingsRequest | |
GetTableAutoScalingSettingsResult | |
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.
|
ReplicaAutoScalingSpecification |
The auto scaling settings of a multi-Region table in the specified Amazon Web Services Region.
|
ReplicaSpecification |
The Amazon Web Services Region specific settings of a multi-Region table.
|
ReplicaSpecificationSummary |
The Region-specific settings of a multi-Region table in the specified Amazon Web Services Region.
|
ReplicationSpecification |
The replication specification of the keyspace includes:
|
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 | |
TargetTrackingScalingPolicyConfiguration |
The auto scaling policy that scales a table based on the ratio of consumed to provisioned capacity.
|
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 |
---|---|
ClientSideTimestampsStatus | |
EncryptionType | |
PointInTimeRecoveryStatus | |
Rs | |
SortOrder | |
TableStatus | |
ThroughputMode | |
TimeToLiveStatus |
Exception | Description |
---|---|
AccessDeniedException |
You don't have sufficient access permissions to perform this action.
|
AmazonKeyspacesException |
Base exception for all service exceptions thrown by Amazon Keyspaces
|
ConflictException |
Amazon Keyspaces couldn't 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.
|