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