Skip to main content

AWSCloudFrontDistributionOriginBackendS3Website

No description

type AWSCloudFrontDistributionOriginBackendS3Website {
httpPort: Int!
httpsPort: Int!
protocolPolicy: AWSCloudFrontDistributionOriginProtocolPolicyType!
keepaliveTimeout: Int!
readTimeout: Int!
sslProtocols: [AWSCloudFrontDistributionOriginSSLProtocolType!]!
bucket: AWSS3Bucket
}

Fields

AWSCloudFrontDistributionOriginBackendS3Website.httpPort ● Int! non-null scalar

The HTTP port the custom origin listens on

AWSCloudFrontDistributionOriginBackendS3Website.httpsPort ● Int! non-null scalar

The HTTPS port the custom origin listens on

AWSCloudFrontDistributionOriginBackendS3Website.protocolPolicy ● AWSCloudFrontDistributionOriginProtocolPolicyType! non-null enum

The origin protocol policy to apply to your origin

AWSCloudFrontDistributionOriginBackendS3Website.keepaliveTimeout ● Int! non-null scalar

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

AWSCloudFrontDistributionOriginBackendS3Website.readTimeout ● Int! non-null scalar

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

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

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

AWSCloudFrontDistributionOriginBackendS3Website.bucket ● AWSS3Bucket object

S3 bucket

Implemented by

AWSCloudFrontDistributionOriginBackend union