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

AWSAPIGatewayHTTPAPIInternetIntegration

No description

type AWSAPIGatewayHTTPAPIInternetIntegration {
apiGatewayManaged: Boolean!
credentialsArn: String!
description: String!
id: String!
method: String!
subtype: String!
uri: String!
passthroughBehavior: AWSAPIGatewayV2IntegrationPassthroughBehaviorType!
payloadFormatVersion: String!
requestParameters: [AWSTag!]!
responseParameters: [AWSAPIGatewayV2IntegrationResponseParameter!]!
timeoutInMillis: Int!
tlsConfig: AWSAPIGatewayV2IntegrationTlsConfiguration
}

Fields

AWSAPIGatewayHTTPAPIInternetIntegration.apiGatewayManaged ● Boolean! non-null scalar

Indicates whether the integration is managed by API Gateway

AWSAPIGatewayHTTPAPIInternetIntegration.credentialsArn ● String! non-null scalar

The credentials required for the integration, if any

AWSAPIGatewayHTTPAPIInternetIntegration.description ● String! non-null scalar

The description of the integration

AWSAPIGatewayHTTPAPIInternetIntegration.id ● String! non-null scalar

The identifier of the integration

AWSAPIGatewayHTTPAPIInternetIntegration.method ● String! non-null scalar

The integration's HTTP method type

AWSAPIGatewayHTTPAPIInternetIntegration.subtype ● String! non-null scalar

the AWS service action to invoke

AWSAPIGatewayHTTPAPIInternetIntegration.uri ● String! non-null scalar

The URI of the integration endpoint

AWSAPIGatewayHTTPAPIInternetIntegration.passthroughBehavior ● AWSAPIGatewayV2IntegrationPassthroughBehaviorType! non-null enum

the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available mapping templates specified as the requestTemplates property on the Integration resource

AWSAPIGatewayHTTPAPIInternetIntegration.payloadFormatVersion ● String! non-null scalar

The format of the payload sent to an integration. Required for HTTP APIs

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

a key-value map specifying request parameters

AWSAPIGatewayHTTPAPIInternetIntegration.responseParameters ● [AWSAPIGatewayV2IntegrationResponseParameter!]! non-null object

Response parameters to transform the HTTP response from a backend integration before returning the response to clients

AWSAPIGatewayHTTPAPIInternetIntegration.timeoutInMillis ● Int! non-null scalar

Custom timeout The range for WebSocket APIs: 50 and 29,000 milliseconds The range for HTTP APIs: 50 and 30,000 milliseconds The default timeout for WebSocket APIs is 29 seconds The default timeout for HTTP APIs is 30 seconds

AWSAPIGatewayHTTPAPIInternetIntegration.tlsConfig ● AWSAPIGatewayV2IntegrationTlsConfiguration object

The TLS configuration for a private integration

Implemented by

AWSAPIGatewayHTTPAPIIntegration union