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