DistributionConfigurationLaunchTemplateConfigurationArgs

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

launchTemplateConfiguration settings that apply to image distribution.

Constructors

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

Properties

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

The account ID that this configuration applies to.

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

Identifies the EC2 launch template to use.

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

Set the specified EC2 launch template as the default launch template for the specified account.

Functions

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