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.

© 2018 HashiCorp
Licensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/aws/d/dynamodb_table.html