DistributionLegacyS3OriginArgs

data class DistributionLegacyS3OriginArgs(val dnsName: Output<String>, val originAccessIdentity: Output<String>? = null) : ConvertibleToJava<DistributionLegacyS3OriginArgs>

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

Constructors

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

Properties

Link copied to clipboard
val dnsName: Output<String>

The domain name assigned to your CF distribution.

Link copied to clipboard
val originAccessIdentity: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): DistributionLegacyS3OriginArgs