Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnRoutePropsMixin.Builder
Packages that use CfnRoutePropsMixin.Builder
-
Uses of CfnRoutePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnRoutePropsMixin.BuilderModifier and TypeMethodDescriptionCfnRoutePropsMixin.Builder.carrierGatewayId(String carrierGatewayId) The ID of the carrier gateway.CfnRoutePropsMixin.Builder.carrierGatewayId(ICarrierGatewayRef carrierGatewayId) The ID of the carrier gateway.CfnRoutePropsMixin.Builder.coreNetworkArn(String coreNetworkArn) The Amazon Resource Name (ARN) of the core network.static CfnRoutePropsMixin.BuilderCfnRoutePropsMixin.Builder.create()static CfnRoutePropsMixin.BuilderCfnRoutePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnRoutePropsMixin.Builder.destinationCidrBlock(String destinationCidrBlock) The IPv4 CIDR address block used for the destination match.CfnRoutePropsMixin.Builder.destinationIpv6CidrBlock(String destinationIpv6CidrBlock) The IPv6 CIDR block used for the destination match.CfnRoutePropsMixin.Builder.destinationPrefixListId(String destinationPrefixListId) The ID of a prefix list used for the destination match.CfnRoutePropsMixin.Builder.egressOnlyInternetGatewayId(String egressOnlyInternetGatewayId) [IPv6 traffic only] The ID of an egress-only internet gateway.CfnRoutePropsMixin.Builder.egressOnlyInternetGatewayId(IEgressOnlyInternetGatewayRef egressOnlyInternetGatewayId) [IPv6 traffic only] The ID of an egress-only internet gateway.The ID of an internet gateway or virtual private gateway attached to your VPC.CfnRoutePropsMixin.Builder.gatewayId(IInternetGatewayRef gatewayId) The ID of an internet gateway or virtual private gateway attached to your VPC.CfnRoutePropsMixin.Builder.gatewayId(IVPNGatewayRef gatewayId) The ID of an internet gateway or virtual private gateway attached to your VPC.CfnRoutePropsMixin.Builder.instanceId(String instanceId) The ID of a NAT instance in your VPC.CfnRoutePropsMixin.Builder.instanceId(IInstanceRef instanceId) The ID of a NAT instance in your VPC.CfnRoutePropsMixin.Builder.localGatewayId(String localGatewayId) The ID of the local gateway.CfnRoutePropsMixin.Builder.natGatewayId(String natGatewayId) [IPv4 traffic only] The ID of a NAT gateway.CfnRoutePropsMixin.Builder.natGatewayId(INatGatewayRef natGatewayId) [IPv4 traffic only] The ID of a NAT gateway.CfnRoutePropsMixin.Builder.networkInterfaceId(String networkInterfaceId) The ID of a network interface.CfnRoutePropsMixin.Builder.routeTableId(String routeTableId) The ID of the route table for the route.CfnRoutePropsMixin.Builder.routeTableId(IRouteTableRef routeTableId) The ID of the route table for the route.CfnRoutePropsMixin.Builder.transitGatewayId(String transitGatewayId) The ID of a transit gateway.CfnRoutePropsMixin.Builder.transitGatewayId(ITransitGatewayRef transitGatewayId) The ID of a transit gateway.CfnRoutePropsMixin.Builder.vpcEndpointId(String vpcEndpointId) The ID of a VPC endpoint.CfnRoutePropsMixin.Builder.vpcPeeringConnectionId(String vpcPeeringConnectionId) The ID of a VPC peering connection.CfnRoutePropsMixin.Builder.vpcPeeringConnectionId(IVPCPeeringConnectionRef vpcPeeringConnectionId) The ID of a VPC peering connection.