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