AwsCloudfrontOriginArgs
AwsCloudfrontOriginArgs = AwsCloudfrontCustomOriginArgs | AwsCloudfrontS3OriginArgsA secure custom or private S3 origin.
Example
CODE
`const origin: AwsCloudfrontOriginArgs = { domainName: 'origin.example.com', originId: 'application', customOriginConfig: { httpPort: 80, httpsPort: 443 } };`