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