Provides information about a DynamoDB table.
data "aws_dynamodb_table" "tableName" { name = "tableName" }
The following arguments are supported:
name
- (Required) The name of the DynamoDB table. See the DynamoDB Table Resource for details on the returned attributes - they are identical.
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/aws/d/dynamodb_table.html