Distribution Legacy S3Origin Args
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.
Properties
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.