Uses of Interface
com.hashicorp.cdktf.providers.aws.data_aws_dynamodb_table.DataAwsDynamodbTableConfig
-
Packages that use DataAwsDynamodbTableConfig Package Description com.hashicorp.cdktf.providers.aws.data_aws_dynamodb_table data_aws_dynamodb_table -
-
Uses of DataAwsDynamodbTableConfig in com.hashicorp.cdktf.providers.aws.data_aws_dynamodb_table
Classes in com.hashicorp.cdktf.providers.aws.data_aws_dynamodb_table that implement DataAwsDynamodbTableConfig Modifier and Type Class Description static classDataAwsDynamodbTableConfig.Jsii$ProxyAn implementation forDataAwsDynamodbTableConfigMethods in com.hashicorp.cdktf.providers.aws.data_aws_dynamodb_table that return DataAwsDynamodbTableConfig Modifier and Type Method Description DataAwsDynamodbTableConfigDataAwsDynamodbTableConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.aws.data_aws_dynamodb_table with parameters of type DataAwsDynamodbTableConfig Constructor Description DataAwsDynamodbTable(software.constructs.Construct scope, String id, DataAwsDynamodbTableConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/dynamodb_table aws_dynamodb_table} Data Source.
-