Skip to main content

AWSCloudFrontDistributionOwnServerOrigin

No description

type AWSCloudFrontDistributionOwnServerOrigin {
domainName: String!
id: String!
connectionAttempts: Int!
connectionTimeout: Int!
customHeaders: [AWSCloudFrontDistributionOriginCustomHeader!]!
configuration: AWSCloudFrontDistributionOriginCustomOriginConfiguration
accessControlId: String!
path: String!
shield: AWSCloudFrontDistributionOriginShield
}

Fields

AWSCloudFrontDistributionOwnServerOrigin.domainName ● String! non-null scalar

The domain name for the origin

AWSCloudFrontDistributionOwnServerOrigin.id ● String! non-null scalar

A unique identifier for the origin

AWSCloudFrontDistributionOwnServerOrigin.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

AWSCloudFrontDistributionOwnServerOrigin.connectionTimeout ● Int! non-null scalar

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

AWSCloudFrontDistributionOwnServerOrigin.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

AWSCloudFrontDistributionOwnServerOrigin.configuration ● AWSCloudFrontDistributionOriginCustomOriginConfiguration object

The configuration

AWSCloudFrontDistributionOwnServerOrigin.accessControlId ● String! non-null scalar

The unique identifier of an origin access control for this origin

AWSCloudFrontDistributionOwnServerOrigin.path ● String! non-null scalar

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

AWSCloudFrontDistributionOwnServerOrigin.shield ● AWSCloudFrontDistributionOriginShield object

CloudFront Origin Shield

Implemented by

AWSCloudFrontDistributionOrigin union