AwsDynamoDbTableDetails

Provides details about a DynamoDB table.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of attribute definitions for the table.

Link copied to clipboard

Information about the billing for read/write capacity on the table.

Link copied to clipboard

Indicates when the table was created.

Link copied to clipboard

Indicates whether deletion protection is to be enabled (true) or disabled (false) on the table.

Link copied to clipboard

List of global secondary indexes for the table.

Link copied to clipboard

The version of global tables being used.

Link copied to clipboard

The number of items in the table.

Link copied to clipboard

The primary key structure for the table.

Link copied to clipboard

The ARN of the latest stream for the table.

Link copied to clipboard

The label of the latest stream. The label is not a unique identifier.

Link copied to clipboard

The list of local secondary indexes for the table.

Link copied to clipboard

Information about the provisioned throughput for the table.

Link copied to clipboard

The list of replicas of this table.

Link copied to clipboard

Information about the restore for the table.

Link copied to clipboard

Information about the server-side encryption for the table.

Link copied to clipboard

The current DynamoDB Streams configuration for the table.

Link copied to clipboard

The identifier of the table.

Link copied to clipboard

The name of the table.

Link copied to clipboard

The total size of the table in bytes.

Link copied to clipboard

The current status of the table. Valid values are as follows:

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String