AWSVPCRouteTableRoute
No description
type AWSVPCRouteTableRoute {
carrierGatewayId: String!
coreNetworkArn: String!
destinationCidrBlock: String!
destinationIpv6CidrBlock: String!
destinationPrefixListId: String!
egressOnlyInternetGatewayId: String!
gatewayId: String!
instanceId: String!
instanceOwnerId: String!
localGatewayId: String!
natGatewayId: String!
networkInterfaceId: String!
origin: AWSVPCRouteTableRouteOriginType!
state: AWSVPCRouteTableRouteStateType!
transitGatewayId: String!
vpcPeeringConnectionId: String!
}
Fields
AWSVPCRouteTableRoute.carrierGatewayId ● String! non-null scalar
The ID of the carrier gateway
AWSVPCRouteTableRoute.coreNetworkArn ● String! non-null scalar
The Amazon Resource Name (ARN) of the core network
AWSVPCRouteTableRoute.destinationCidrBlock ● String! non-null scalar
The IPv4 CIDR block used for the destination match
AWSVPCRouteTableRoute.destinationIpv6CidrBlock ● String! non-null scalar
The IPv6 CIDR block used for the destination match
AWSVPCRouteTableRoute.destinationPrefixListId ● String! non-null scalar
The prefix of the Amazon Web Service
AWSVPCRouteTableRoute.egressOnlyInternetGatewayId ● String! non-null scalar
The ID of the egress-only internet gateway
AWSVPCRouteTableRoute.gatewayId ● String! non-null scalar
The ID of a gateway attached to your VPC
AWSVPCRouteTableRoute.instanceId ● String! non-null scalar
The ID of a NAT instance in your VPC
AWSVPCRouteTableRoute.instanceOwnerId ● String! non-null scalar
The ID of Amazon Web Services account that owns the instance
AWSVPCRouteTableRoute.localGatewayId ● String! non-null scalar
The ID of the local gateway
AWSVPCRouteTableRoute.natGatewayId ● String! non-null scalar
The ID of a NAT gateway
AWSVPCRouteTableRoute.networkInterfaceId ● String! non-null scalar
The ID of the network interface
AWSVPCRouteTableRoute.origin ● AWSVPCRouteTableRouteOriginType! non-null enum
Describes how the route was created
AWSVPCRouteTableRoute.state ● AWSVPCRouteTableRouteStateType! non-null enum
The state of the route
AWSVPCRouteTableRoute.transitGatewayId ● String! non-null scalar
The ID of a transit gateway
AWSVPCRouteTableRoute.vpcPeeringConnectionId ● String! non-null scalar
The ID of the VPC peering connection
Member of
AWSVPCRouteTable object