AwsCloudFrontDistributionOriginItem
A complex type that describes the Amazon S3 bucket, HTTP server (for example, a web server), AWS Elemental MediaStore, or other server from which CloudFront gets your files.
Contents
- CustomOriginConfig
-
An origin that is not an Amazon S3 bucket, with one exception. If the Amazon S3 bucket is configured with static website hosting, use this attribute. If the Amazon S3 bucket is not configured with static website hosting, use the
S3OriginConfig
type instead.Type: AwsCloudFrontDistributionOriginCustomOriginConfig object
Required: No
- DomainName
-
Amazon S3 origins: The DNS name of the S3 bucket from which you want CloudFront to get objects for this origin.
Type: String
Pattern:
.*\S.*
Required: No
- Id
-
A unique identifier for the origin or origin group.
Type: String
Pattern:
.*\S.*
Required: No
- OriginPath
-
An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin.
Type: String
Pattern:
.*\S.*
Required: No
- S3OriginConfig
-
An origin that is an S3 bucket that is not configured with static website hosting.
Type: AwsCloudFrontDistributionOriginS3OriginConfig object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: