AwsCloudfrontOriginArgs

AwsCloudfrontOriginArgs = AwsCloudfrontCustomOriginArgs | AwsCloudfrontS3OriginArgs

A secure custom or private S3 origin.

Example

CODE
`const origin: AwsCloudfrontOriginArgs = { domainName: 'origin.example.com', originId: 'application', customOriginConfig: { httpPort: 80, httpsPort: 443 } };`