GetDistributionConfigurationResult

data class GetDistributionConfigurationResult(val arn: String, val dateCreated: String, val dateUpdated: String, val description: String, val distributions: List<GetDistributionConfigurationDistribution>, val id: String, val name: String, val tags: Map<String, String>)

A collection of values returned by getDistributionConfiguration.

Constructors

Link copied to clipboard
constructor(arn: String, dateCreated: String, dateUpdated: String, description: String, distributions: List<GetDistributionConfigurationDistribution>, id: String, name: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String
Link copied to clipboard

Date the distribution configuration was created.

Link copied to clipboard

Date the distribution configuration was updated.

Link copied to clipboard

Description of the container distribution configuration.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Name of the distribution configuration.

Link copied to clipboard

Key-value map of resource tags for the distribution configuration.