GetDistributionResult

data class GetDistributionResult(val distributionConfig: DistributionConfig? = null, val domainName: String? = null, val id: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(distributionConfig: DistributionConfig? = null, domainName: String? = null, id: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The distribution's configuration.

Link copied to clipboard
val domainName: String? = null

The domain name of the resource, such as d111111abcdef8.cloudfront.net .

Link copied to clipboard
val id: String? = null

The distribution's identifier. For example: E1U5RQF7T870K0 .

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

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