Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnGatewayRouteTableAssociationPropsMixin.Builder
Packages that use CfnGatewayRouteTableAssociationPropsMixin.Builder
-
Uses of CfnGatewayRouteTableAssociationPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnGatewayRouteTableAssociationPropsMixin.BuilderModifier and TypeMethodDescriptionCfnGatewayRouteTableAssociationPropsMixin.Builder.create()CfnGatewayRouteTableAssociationPropsMixin.Builder.create(CfnPropertyMixinOptions options) The ID of the gateway.CfnGatewayRouteTableAssociationPropsMixin.Builder.gatewayId(IInternetGatewayRef gatewayId) The ID of the gateway.CfnGatewayRouteTableAssociationPropsMixin.Builder.gatewayId(IVPNGatewayRef gatewayId) The ID of the gateway.CfnGatewayRouteTableAssociationPropsMixin.Builder.routeTableId(String routeTableId) The ID of the route table.CfnGatewayRouteTableAssociationPropsMixin.Builder.routeTableId(IRouteTableRef routeTableId) The ID of the route table.