DistributionConfigurationDistributionLaunchTemplateConfiguration

data class DistributionConfigurationDistributionLaunchTemplateConfiguration(val accountId: String? = null, val default: Boolean? = null, val launchTemplateId: String)

Constructors

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

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
val default: 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.