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