Uses of Interface
com.hashicorp.cdktf.providers.aws.vpc.VpcConfig
-
Packages that use VpcConfig Package Description com.hashicorp.cdktf.providers.aws.vpc aws_vpc -
-
Uses of VpcConfig in com.hashicorp.cdktf.providers.aws.vpc
Classes in com.hashicorp.cdktf.providers.aws.vpc that implement VpcConfig Modifier and Type Class Description static classVpcConfig.Jsii$ProxyAn implementation forVpcConfigMethods in com.hashicorp.cdktf.providers.aws.vpc that return VpcConfig Modifier and Type Method Description VpcConfigVpcConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.aws.vpc with parameters of type VpcConfig Constructor Description Vpc(software.constructs.Construct scope, String id, VpcConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc aws_vpc} Resource.
-