Skip to main content

AWSAPIGatewayRestAPIResource

No description

type AWSAPIGatewayRestAPIResource {
id: String!
parentId: String!
path: String!
pathPart: String!
methods: [AWSAPIGatewayRestAPIResourceMethod!]!
}

Fields

AWSAPIGatewayRestAPIResource.id ● String! non-null scalar

The resource's identifier

AWSAPIGatewayRestAPIResource.parentId ● String! non-null scalar

The parent resource's identifier

AWSAPIGatewayRestAPIResource.path ● String! non-null scalar

The full path for this resource

AWSAPIGatewayRestAPIResource.pathPart ● String! non-null scalar

The last path segment for this resource

AWSAPIGatewayRestAPIResource.methods ● [AWSAPIGatewayRestAPIResourceMethod!]! non-null object

An API resource's method of a given HTTP verb.

Member of

AWSAPIGatewayRestAPI object