DistributionLegacyS3OriginArgs

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

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 CloudFront distribution.

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

The CloudFront 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 Amazon S3 through CloudFront .

Functions

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