Skip to main content

AWSCloudFrontDistributionS3BucketOrigin

No description

type AWSCloudFrontDistributionS3BucketOrigin {
domainName: String!
id: String!
bucket: AWSS3Bucket
connectionAttempts: Int!
connectionTimeout: Int!
customHeaders: [AWSCloudFrontDistributionOriginCustomHeader!]!
accessControlId: String!
path: String!
shield: AWSCloudFrontDistributionOriginShield
configuration: AWSCloudFrontDistributionOriginS3BucketConfiguration
}

Fields

AWSCloudFrontDistributionS3BucketOrigin.domainName ● String! non-null scalar

The domain name for the origin

AWSCloudFrontDistributionS3BucketOrigin.id ● String! non-null scalar

A unique identifier for the origin

AWSCloudFrontDistributionS3BucketOrigin.bucket ● AWSS3Bucket object

S3 bucket

AWSCloudFrontDistributionS3BucketOrigin.connectionAttempts ● Int! non-null scalar

The number of times that CloudFront attempts to connect to the origin The default value: 3 The range: 1 - 3

AWSCloudFrontDistributionS3BucketOrigin.connectionTimeout ● Int! non-null scalar

The number of seconds that CloudFront waits when trying to establish a connection to the origin

AWSCloudFrontDistributionS3BucketOrigin.customHeaders ● [AWSCloudFrontDistributionOriginCustomHeader!]! non-null object

A list of HTTP header names and values that CloudFront adds to the requests that it sends to the origin

AWSCloudFrontDistributionS3BucketOrigin.accessControlId ● String! non-null scalar

The unique identifier of an origin access control for this origin

AWSCloudFrontDistributionS3BucketOrigin.path ● String! non-null scalar

An optional path that CloudFront appends to the origin domain name when CloudFront requests content from the origin

AWSCloudFrontDistributionS3BucketOrigin.shield ● AWSCloudFrontDistributionOriginShield object

CloudFront Origin Shield

AWSCloudFrontDistributionS3BucketOrigin.configuration ● AWSCloudFrontDistributionOriginS3BucketConfiguration object

The configuration

Implemented by

AWSCloudFrontDistributionOrigin union