The set of arguments for constructing a Route resource.

interface RouteArgs {
    destinationCidrBlock?: any;
    destinationIpv6CidrBlock?: any;
    egressOnlyGatewayId?: any;
    gatewayId?: any;
    instanceId?: any;
    natGatewayId?: any;
    networkInterfaceId?: any;
    transitGatewayId?: any;
    vpcPeeringConnectionId?: any;
}

Properties

destinationCidrBlock?: any

The destination CIDR block.

destinationIpv6CidrBlock?: any

The destination IPv6 CIDR block.

egressOnlyGatewayId?: any

Identifier of a VPC Egress Only Internet Gateway.

gatewayId?: any

Identifier of a VPC internet gateway or a virtual private gateway.

instanceId?: any

Identifier of an EC2 instance.

natGatewayId?: any

Identifier of a VPC NAT gateway.

networkInterfaceId?: any

Identifier of an EC2 network interface.

transitGatewayId?: any

Identifier of an EC2 Transit Gateway.

vpcPeeringConnectionId?: any

Identifier of a VPC peering connection.

Generated using TypeDoc