AWSVPCRouteTable
No description
type AWSVPCRouteTable {
region: AWSRegion!
associations: [AWSVPCRouteTableAssociation!]!
ownerId: String!
propagatingVgws: [AWSVPCRouteTablePropagatingVGW!]!
id: String!
routes: [AWSVPCRouteTableRoute!]!
tags: [AWSTag!]!
vpcId: String!
}
Fields
AWSVPCRouteTable.region ● AWSRegion! non-null scalar
The region the table is in
AWSVPCRouteTable.associations ● [AWSVPCRouteTableAssociation!]! non-null object
The associations between the route table and one or more subnets or a gateway
AWSVPCRouteTable.ownerId ● String! non-null scalar
The ID of the Amazon Web Services account that owns the route table
AWSVPCRouteTable.propagatingVgws ● [AWSVPCRouteTablePropagatingVGW!]! non-null object
Any virtual private gateway (VGW) propagating routes
AWSVPCRouteTable.id ● String! non-null scalar
The ID of the route table
AWSVPCRouteTable.routes ● [AWSVPCRouteTableRoute!]! non-null object
The routes in the route table
AWSVPCRouteTable.tags ● [AWSTag!]! non-null object
Any tags assigned to the route table
AWSVPCRouteTable.vpcId ● String! non-null scalar
The ID of the VPC
Member of
AWSVPC object ● AWSVPCEndpoint object ● AWSVPCSubnet object