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