GetRouteResult

data class GetRouteResult(val carrierGatewayId: String? = null, val cidrBlock: String? = null, val coreNetworkArn: String? = null, val egressOnlyInternetGatewayId: String? = null, val gatewayId: String? = null, val instanceId: String? = null, val localGatewayId: String? = null, val natGatewayId: String? = null, val networkInterfaceId: String? = null, val transitGatewayId: String? = null, val vpcEndpointId: String? = null, val vpcPeeringConnectionId: String? = null)

Constructors

Link copied to clipboard
constructor(carrierGatewayId: String? = null, cidrBlock: String? = null, coreNetworkArn: String? = null, egressOnlyInternetGatewayId: String? = null, gatewayId: String? = null, instanceId: String? = null, localGatewayId: String? = null, natGatewayId: String? = null, networkInterfaceId: String? = null, transitGatewayId: String? = null, vpcEndpointId: String? = null, vpcPeeringConnectionId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the carrier gateway. You can only use this option when the VPC contains a subnet which is associated with a Wavelength Zone.

Link copied to clipboard
val cidrBlock: String? = null

The IPv4 CIDR block.

Link copied to clipboard
val coreNetworkArn: String? = null

The Amazon Resource Name (ARN) of the core network.

Link copied to clipboard

IPv6 traffic only The ID of an egress-only internet gateway.

Link copied to clipboard
val gatewayId: String? = null

The ID of an internet gateway or virtual private gateway attached to your VPC.

Link copied to clipboard
val instanceId: String? = null

The ID of a NAT instance in your VPC. The operation fails if you specify an instance ID unless exactly one network interface is attached.

Link copied to clipboard
val localGatewayId: String? = null

The ID of the local gateway.

Link copied to clipboard
val natGatewayId: String? = null

IPv4 traffic only The ID of a NAT gateway.

Link copied to clipboard

The ID of a network interface.

Link copied to clipboard

The ID of a transit gateway.

Link copied to clipboard
val vpcEndpointId: String? = null

The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.

Link copied to clipboard

The ID of a VPC peering connection.