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