Data Source: awsDynamodbTable
Provides information about a DynamoDB table.
Example Usage
/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.dataAwsDynamodbTable.DataAwsDynamodbTable(this, "tableName", {
name: "tableName",
});
Argument Reference
The following arguments are supported:
name
- (Required) Name of the DynamoDB table.
Attributes Reference
See the DynamoDB Table Resource for details on the returned attributes - they are identical.