DistributionConfigurationDistributionLaunchTemplateConfigurationArgs

data class DistributionConfigurationDistributionLaunchTemplateConfigurationArgs(val accountId: Output<String>? = null, val default: Output<Boolean>? = null, val launchTemplateId: Output<String>) : ConvertibleToJava<DistributionConfigurationDistributionLaunchTemplateConfigurationArgs>

Constructors

constructor(accountId: Output<String>? = null, default: Output<Boolean>? = null, launchTemplateId: Output<String>)

Properties

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

The account ID that this configuration applies to.

Link copied to clipboard
val default: Output<Boolean>? = null

Indicates whether to set the specified Amazon EC2 launch template as the default launch template. Defaults to true.

Link copied to clipboard

The ID of the Amazon EC2 launch template to use.

Functions

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