DistributionConfigurationArgs

data class DistributionConfigurationArgs(val description: Output<String>? = null, val distributions: Output<List<DistributionConfigurationDistributionArgs>>? = null, val name: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<DistributionConfigurationArgs>

Resource schema for AWS::ImageBuilder::DistributionConfiguration

Constructors

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

Properties

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

The description of the distribution configuration.

Link copied to clipboard

The distributions of the distribution configuration.

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

The name of the distribution configuration.

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

The tags associated with the component.

Functions

Link copied to clipboard
open override fun toJava(): DistributionConfigurationArgs