AWSVPCRouteTableAssociation
No description
type AWSVPCRouteTableAssociation {
associationState: AWSVPCRouteTableAssociationState!
gatewayId: String!
main: Boolean!
id: String!
routeTableId: String!
subnetId: String!
}
Fields
AWSVPCRouteTableAssociation.associationState ● AWSVPCRouteTableAssociationState! non-null object
The state of the association
AWSVPCRouteTableAssociation.gatewayId ● String! non-null scalar
The ID of the internet gateway or virtual private gateway
AWSVPCRouteTableAssociation.main ● Boolean! non-null scalar
Indicates whether this is the main route table
AWSVPCRouteTableAssociation.id ● String! non-null scalar
The ID of the association
AWSVPCRouteTableAssociation.routeTableId ● String! non-null scalar
The ID of the route table
AWSVPCRouteTableAssociation.subnetId ● String! non-null scalar
The ID of the subnet
Member of
AWSVPCRouteTable object