GetDistributionConfigurationResult

data class GetDistributionConfigurationResult(val arn: String? = null, val description: String? = null, val distributions: List<DistributionConfigurationDistribution>? = null, val tags: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, description: String? = null, distributions: List<DistributionConfigurationDistribution>? = null, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the distribution configuration.

Link copied to clipboard
val description: String? = null

The description of the distribution configuration.

Link copied to clipboard

The distributions of the distribution configuration.

Link copied to clipboard
val tags: Map<String, String>? = null

The tags associated with the component.