LaunchTemplateMonitoringArgs

data class LaunchTemplateMonitoringArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<LaunchTemplateMonitoringArgs>

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: Output<Boolean>? = null)

Properties

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

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

Functions

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