AwsCloudFrontDistributionPropertiesResponse

data class AwsCloudFrontDistributionPropertiesResponse(val distributionConfig: DistributionConfigResponse? = null, val domainName: String? = null, val id: String? = null, val tags: List<TagResponse>? = null)

Definition of awsCloudFrontDistribution

Constructors

constructor(distributionConfig: DistributionConfigResponse? = null, domainName: String? = null, id: String? = null, tags: List<TagResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The distribution's configuration. A distribution configuration.

Link copied to clipboard
val domainName: String? = null

Property domainName

Link copied to clipboard
val id: String? = null

Property id

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

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