Skip to main content

AWSAPIGatewayRestAPIResourceMethodIntegrationInternetConnection

No description

type AWSAPIGatewayRestAPIResourceMethodIntegrationInternetConnection {
cacheKeyParameters: [String!]!
cacheNamespace: String!
contentHandling: AWSAPIGatewayIntegrationContentHandlingStrategyType!
credentials: String!
httpMethod: String!
responses: [AWSAPIGatewayRestAPIResourceMethodIntegrationResponse!]!
passthroughBehavior: String!
requestParameters: [AWSTag!]!
requestTemplates: [AWSTag!]!
timeoutInMillis: Int!
tlsConfiguration: AWSAPIGatewayRestAPIResourceMethodIntegrationTlsConfiguration
type: AWSAPIGatewayIntegrationType!
uri: String!
}

Fields

AWSAPIGatewayRestAPIResourceMethodIntegrationInternetConnection.cacheKeyParameters ● [String!]! non-null scalar

A list of request parameters whose values API Gateway caches

AWSAPIGatewayRestAPIResourceMethodIntegrationInternetConnection.cacheNamespace ● String! non-null scalar

A group of related cached parameters

AWSAPIGatewayRestAPIResourceMethodIntegrationInternetConnection.contentHandling ● AWSAPIGatewayIntegrationContentHandlingStrategyType! non-null enum

Indicates how to handle request payload content type conversions

AWSAPIGatewayRestAPIResourceMethodIntegrationInternetConnection.credentials ● String! non-null scalar

The credentials required for the integration, if any

AWSAPIGatewayRestAPIResourceMethodIntegrationInternetConnection.httpMethod ● String! non-null scalar

The integration's HTTP method type

AWSAPIGatewayRestAPIResourceMethodIntegrationInternetConnection.responses ● [AWSAPIGatewayRestAPIResourceMethodIntegrationResponse!]! non-null object

The integration's responses

AWSAPIGatewayRestAPIResourceMethodIntegrationInternetConnection.passthroughBehavior ● String! non-null scalar

Indicates how the method request body of an unmapped content type will be passed through the integration request to the back end without transformation

AWSAPIGatewayRestAPIResourceMethodIntegrationInternetConnection.requestParameters ● [AWSTag!]! non-null object

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

AWSAPIGatewayRestAPIResourceMethodIntegrationInternetConnection.requestTemplates ● [AWSTag!]! non-null object

Represents a map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client

AWSAPIGatewayRestAPIResourceMethodIntegrationInternetConnection.timeoutInMillis ● Int! non-null scalar

Custom timeout between 50 and 29,000 milliseconds. The default value: 29,000 milliseconds (29 seconds)

AWSAPIGatewayRestAPIResourceMethodIntegrationInternetConnection.tlsConfiguration ● AWSAPIGatewayRestAPIResourceMethodIntegrationTlsConfiguration object

The TLS configuration for an integration.

AWSAPIGatewayRestAPIResourceMethodIntegrationInternetConnection.type ● AWSAPIGatewayIntegrationType! non-null enum

An API method integration type

AWSAPIGatewayRestAPIResourceMethodIntegrationInternetConnection.uri ● String! non-null scalar

Uniform Resource Identifier (URI) of the integration endpoint

Implemented by

AWSAPIGatewayRestAPIResourceMethodIntegration union