DistributionConfigurationLaunchTemplateConfiguration

data class DistributionConfigurationLaunchTemplateConfiguration(val accountId: String? = null, val launchTemplateId: String? = null, val setDefaultVersion: Boolean? = null)

launchTemplateConfiguration settings that apply to image distribution.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accountId: String? = null

The account ID that this configuration applies to.

Link copied to clipboard

Identifies the EC2 launch template to use.

Link copied to clipboard

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