| Interface | Description |
|---|---|
| CfnKeyspaceProps |
Properties for defining a `CfnKeyspace`.
|
| CfnTable.BillingModeProperty |
Determines the billing mode for the table - On-demand or provisioned.
|
| CfnTable.ClusteringKeyColumnProperty |
Defines an individual column within the clustering key.
|
| CfnTable.ColumnProperty |
The name and data type of an individual column in a table.
|
| CfnTable.EncryptionSpecificationProperty |
Specifies the encryption at rest option selected for the table.
|
| CfnTable.ProvisionedThroughputProperty |
The provisioned throughput for the table, which consists of `ReadCapacityUnits` and `WriteCapacityUnits` .
|
| CfnTableProps |
Properties for defining a `CfnTable`.
|
This module is part of the AWS Cloud Development Kit project.
import software.amazon.awscdk.core.*;
There are no official hand-written (L2) constructs for this service yet. Here are some suggestions on how to proceed:
(Read the CDK Contributing Guide if you are interested in contributing to this construct library.)
Copyright © 2022. All rights reserved.