Provides information about a DynamoDB table.
data "aws_dynamodb_table" "tableName" {
name = "tableName"
}
This data source supports the following arguments:
name
- (Required) Name of the DynamoDB table.See the DynamoDB Table Resource for details on the returned attributes - they are identical.