LaunchTemplateMonitoring

data class LaunchTemplateMonitoring(val enabled: Boolean? = null)

Specifies whether detailed monitoring is enabled for an instance. For more information about detailed monitoring, see Enable or turn off detailed monitoring for your instances in the User Guide. `Monitoring` is a property of AWS::EC2::LaunchTemplate LaunchTemplateData.

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Specify `true` to enable detailed monitoring. Otherwise, basic monitoring is enabled.