Distribution Args
data class DistributionArgs(val distributionConfig: Output<DistributionConfigArgs>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<DistributionArgs>
A distribution tells CloudFront where you want content to be delivered from, and the details about how to track and manage content delivery.
Constructors
Link copied to clipboard
constructor(distributionConfig: Output<DistributionConfigArgs>? = null, tags: Output<List<TagArgs>>? = null)