| Interface | Description |
|---|---|
| Attribute |
(experimental) Represents an attribute for describing the key schema for the table and indexes.
|
| CfnTable.AttributeDefinitionProperty | |
| CfnTable.GlobalSecondaryIndexProperty | |
| CfnTable.KeySchemaProperty | |
| CfnTable.LocalSecondaryIndexProperty | |
| CfnTable.PointInTimeRecoverySpecificationProperty | |
| CfnTable.ProjectionProperty | |
| CfnTable.ProvisionedThroughputProperty | |
| CfnTable.SSESpecificationProperty | |
| CfnTable.StreamSpecificationProperty | |
| CfnTable.TimeToLiveSpecificationProperty | |
| CfnTableProps |
Properties for defining a `AWS::DynamoDB::Table`.
|
| EnableScalingProps |
(experimental) Properties for enabling DynamoDB capacity scaling.
|
| GlobalSecondaryIndexProps |
(experimental) Properties for a global secondary index.
|
| IScalableTableAttribute |
(experimental) Interface for scalable attributes.
|
| IScalableTableAttribute.Jsii$Default |
Internal default implementation for
IScalableTableAttribute. |
| ITable |
(experimental) An interface that represents a DynamoDB Table - either created with the CDK, or an existing one.
|
| ITable.Jsii$Default |
Internal default implementation for
ITable. |
| LocalSecondaryIndexProps |
(experimental) Properties for a local secondary index.
|
| SecondaryIndexProps |
(experimental) Properties for a secondary index.
|
| SystemErrorsForOperationsMetricOptions |
(experimental) Options for configuring a system errors metric that considers multiple operations.
|
| TableAttributes |
(experimental) Reference to a dynamodb table.
|
| TableOptions |
(experimental) Properties of a DynamoDB Table.
|
| TableProps |
(experimental) Properties for a DynamoDB Table.
|
| UtilizationScalingProps |
(experimental) Properties for enabling DynamoDB utilization tracking.
|
| Enum | Description |
|---|---|
| AttributeType |
(experimental) Data types for attributes within a table.
|
| BillingMode |
(experimental) DyanmoDB's Read/Write capacity modes.
|
| Operation |
(experimental) Supported DynamoDB table operations.
|
| ProjectionType |
(experimental) The set of attributes that are projected into the index.
|
| StreamViewType |
(experimental) When an item in the table is modified, StreamViewType determines what information is written to the stream for this table.
|
| TableEncryption |
(experimental) What kind of server-side encryption to apply to this table.
|
Copyright © 2020. All rights reserved.