Data Source: aws_dynamodb_table

Provides information about a DynamoDB table.

Example Usage

data "aws_dynamodb_table" "tableName" {
  name = "tableName"
}

Argument Reference

This data source supports the following arguments:

Attribute Reference

See the DynamoDB Table Resource for details on the returned attributes - they are identical.