DistributionLegacyS3Origin

data class DistributionLegacyS3Origin(val dnsName: String, val originAccessIdentity: String? = null)

The origin as an S3 bucket. This property is legacy. We recommend that you use Origin instead.

Constructors

Link copied to clipboard
constructor(dnsName: String, originAccessIdentity: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The domain name assigned to your CF distribution.

Link copied to clipboard

The CF origin access identity to associate with the distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an S3 through CF. This property is legacy. We recommend that you use OriginAccessControl instead.