GetRouteResult

data class GetRouteResult(val carrierGatewayId: String? = null, val cidrBlock: 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
fun GetRouteResult(carrierGatewayId: String? = null, cidrBlock: 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.

Link copied to clipboard
val cidrBlock: String? = null

The primary identifier of the resource generated by the service.

Link copied to clipboard

The ID of the 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.

Link copied to clipboard
val localGatewayId: String? = null

The ID of the local gateway.

Link copied to clipboard
val natGatewayId: String? = null

The ID of a NAT gateway.

Link copied to clipboard

The ID of the 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.