DistributionArgs

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)

Properties

Link copied to clipboard

The distribution's configuration.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

A complex type that contains zero or more `Tag` elements.

Functions

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