DistributionConfigurationArgs

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

Resource schema for AWS::ImageBuilder::DistributionConfiguration

Constructors

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

Functions

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

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<Any>? = null

The tags associated with the component.