Skip to main content

AWSAPIGatewayRestAPIResourceMethodIntegrationResponseValue

No description

type AWSAPIGatewayRestAPIResourceMethodIntegrationResponseValue {
contentHandling: AWSAPIGatewayIntegrationContentHandlingStrategyType!
parameters: [AWSTag!]!
templates: [AWSTag!]!
selectionPattern: String!
statusCode: String!
}

Fields

AWSAPIGatewayRestAPIResourceMethodIntegrationResponseValue.contentHandling ● AWSAPIGatewayIntegrationContentHandlingStrategyType! non-null enum

Indicates how to handle response payload content type conversions

AWSAPIGatewayRestAPIResourceMethodIntegrationResponseValue.parameters ● [AWSTag!]! non-null object

A key-value map specifying response parameters that are passed to the method response from the back end

AWSAPIGatewayRestAPIResourceMethodIntegrationResponseValue.templates ● [AWSTag!]! non-null object

The templates used to transform the integration response body

AWSAPIGatewayRestAPIResourceMethodIntegrationResponseValue.selectionPattern ● String! non-null scalar

The regular expression pattern used to choose an integration response based on the response from the back end

AWSAPIGatewayRestAPIResourceMethodIntegrationResponseValue.statusCode ● String! non-null scalar

The status code that API Gateway uses to map the integration response to a MethodResponse status code

Member of

AWSAPIGatewayRestAPIResourceMethodIntegrationResponse object