Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnVPNGatewayRoutePropagationPropsMixin.Builder
Packages that use CfnVPNGatewayRoutePropagationPropsMixin.Builder
-
Uses of CfnVPNGatewayRoutePropagationPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnVPNGatewayRoutePropagationPropsMixin.BuilderModifier and TypeMethodDescriptionCfnVPNGatewayRoutePropagationPropsMixin.Builder.create()CfnVPNGatewayRoutePropagationPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnVPNGatewayRoutePropagationPropsMixin.Builder.routeTableIds(List<String> routeTableIds) The ID of the route table.CfnVPNGatewayRoutePropagationPropsMixin.Builder.vpnGatewayId(String vpnGatewayId) The ID of the virtual private gateway that is attached to a VPC.