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

AWSCloudFrontDistributionOriginBackendAPIGateway

No description

type AWSCloudFrontDistributionOriginBackendAPIGateway {
httpPort: Int!
httpsPort: Int!
protocolPolicy: AWSCloudFrontDistributionOriginProtocolPolicyType!
keepaliveTimeout: Int!
readTimeout: Int!
sslProtocols: [AWSCloudFrontDistributionOriginSSLProtocolType!]!
api: AWSAPIGatewayAPI
}

Fields

AWSCloudFrontDistributionOriginBackendAPIGateway.httpPort ● Int! non-null scalar

The HTTP port the custom origin listens on

AWSCloudFrontDistributionOriginBackendAPIGateway.httpsPort ● Int! non-null scalar

The HTTPS port the custom origin listens on

AWSCloudFrontDistributionOriginBackendAPIGateway.protocolPolicy ● AWSCloudFrontDistributionOriginProtocolPolicyType! non-null enum

The origin protocol policy to apply to your origin

AWSCloudFrontDistributionOriginBackendAPIGateway.keepaliveTimeout ● Int! non-null scalar

Indicates how long, in seconds, CloudFront persists its connection to the origin

AWSCloudFrontDistributionOriginBackendAPIGateway.readTimeout ● Int! non-null scalar

Indicates how long, in seconds, CloudFront waits for a response from the origin

AWSCloudFrontDistributionOriginBackendAPIGateway.sslProtocols ● [AWSCloudFrontDistributionOriginSSLProtocolType!]! non-null enum

The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS

AWSCloudFrontDistributionOriginBackendAPIGateway.api ● AWSAPIGatewayAPI union

API Gateway

Implemented by

AWSCloudFrontDistributionOriginBackend union