メインコンテンツまでスキップ

AWSAPIGatewayHTTPAPICors

No description

type AWSAPIGatewayHTTPAPICors {
allowCredentials: Boolean!
allowHeaders: [String!]!
allowMethods: [String!]!
allowOrigins: [String!]!
exposeHeaders: [String!]!
maximumAge: Int!
}

Fields

AWSAPIGatewayHTTPAPICors.allowCredentials ● Boolean! non-null scalar

Indicates whether credentials are included in the CORS request

AWSAPIGatewayHTTPAPICors.allowHeaders ● [String!]! non-null scalar

Represents a collection of allowed headers

AWSAPIGatewayHTTPAPICors.allowMethods ● [String!]! non-null scalar

Represents a collection of allowed HTTP methods

AWSAPIGatewayHTTPAPICors.allowOrigins ● [String!]! non-null scalar

Represents a collection of allowed origins

AWSAPIGatewayHTTPAPICors.exposeHeaders ● [String!]! non-null scalar

Represents a collection of exposed headers

AWSAPIGatewayHTTPAPICors.maximumAge ● Int! non-null scalar

The number of seconds that the browser should cache preflight request results

Member of

AWSAPIGatewayHTTPAPI object