AWSAPIGatewayV2RouteParameterConstraints
No description
type AWSAPIGatewayV2RouteParameterConstraints {
key: String!
required: Boolean!
}
Fields
AWSAPIGatewayV2RouteParameterConstraints.key ● String! non-null scalar
A key
AWSAPIGatewayV2RouteParameterConstraints.required ● Boolean! non-null scalar
Indicates whether or not the parameter is required.