Get Route Result
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)
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
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
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
The ID of the local gateway.
Link copied to clipboard
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
The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.
Link copied to clipboard
The ID of a VPC peering connection.