Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnClientVpnRoutePropsMixin.Builder
Packages that use CfnClientVpnRoutePropsMixin.Builder
-
Uses of CfnClientVpnRoutePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnClientVpnRoutePropsMixin.BuilderModifier and TypeMethodDescriptionCfnClientVpnRoutePropsMixin.Builder.clientVpnEndpointId(String clientVpnEndpointId) The ID of the Client VPN endpoint to which to add the route.CfnClientVpnRoutePropsMixin.Builder.create()CfnClientVpnRoutePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnClientVpnRoutePropsMixin.Builder.description(String description) A brief description of the route.CfnClientVpnRoutePropsMixin.Builder.destinationCidrBlock(String destinationCidrBlock) The IPv4 address range, in CIDR notation, of the route destination.CfnClientVpnRoutePropsMixin.Builder.targetVpcSubnetId(String targetVpcSubnetId) The ID of the subnet through which you want to route traffic.