» Data Source: aws_dynamodb_table

Provides information about a DynamoDB table.

» Example Usage

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

» Argument Reference

The following arguments are supported:

  • name - (Required) The name of the DynamoDB table.

» Attributes Reference

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