Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnSubnetRouteTableAssociationPropsMixin.Builder
Packages that use CfnSubnetRouteTableAssociationPropsMixin.Builder
-
Uses of CfnSubnetRouteTableAssociationPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnSubnetRouteTableAssociationPropsMixin.BuilderModifier and TypeMethodDescriptionCfnSubnetRouteTableAssociationPropsMixin.Builder.create()CfnSubnetRouteTableAssociationPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnSubnetRouteTableAssociationPropsMixin.Builder.routeTableId(String routeTableId) The ID of the route table.CfnSubnetRouteTableAssociationPropsMixin.Builder.routeTableId(IRouteTableRef routeTableId) The ID of the route table.The ID of the subnet.CfnSubnetRouteTableAssociationPropsMixin.Builder.subnetId(ISubnetRef subnetId) The ID of the subnet.