Class: CloudFrontDistributionConfigOrigin

Types~CloudFrontDistributionConfigOrigin

new CloudFrontDistributionConfigOrigin()

Properties:
Name Type Description
CustomOriginConfig CloudFrontDistributionConfigOriginCustomOrigin Required: Conditional. Origin information to specify a custom origin.
DomainName String Required: Yes. The DNS name of the Amazon Simple Storage Service (S3) bucket or the HTTP server from which you want CloudFront to get objects for this origin.
Id String Required: Yes. An identifier for the origin. The value of Id must be unique within the distribution.
OriginCustomHeaders CloudFrontDistributionConfigOriginOriginCustomHeader Required: No. Custom headers that CloudFront includes when it forwards a request to your origin.
OriginPath String Required: No. The path that CloudFront uses to request content from an S3 bucket or custom origin. The combination of the DomainName and OriginPath properties must resolve to a valid path. The value must start with a slash mark (/) and cannot end with a slash mark.
S3OriginConfig CloudFrontDistributionConfigOriginS3Origin Required: Conditional. Origin information to specify an S3 origin.
Source: