AwsCloudFrontDistributionPropertiesArgs

data class AwsCloudFrontDistributionPropertiesArgs(val distributionConfig: Output<DistributionConfigArgs>? = null, val domainName: Output<String>? = null, val id: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<AwsCloudFrontDistributionPropertiesArgs>

Definition of awsCloudFrontDistribution

Constructors

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

Properties

Link copied to clipboard

The distribution's configuration. A distribution configuration.

Link copied to clipboard
val domainName: Output<String>? = null

Property domainName

Link copied to clipboard
val id: Output<String>? = null

Property id

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(): AwsCloudFrontDistributionPropertiesArgs