Show / Hide Table of Contents

Class CfnLaunchTemplatePropsMixin.MonitoringProperty

Specifies whether detailed monitoring is enabled for an instance.

Inheritance
object
CfnLaunchTemplatePropsMixin.MonitoringProperty
Implements
CfnLaunchTemplatePropsMixin.IMonitoringProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.EC2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnLaunchTemplatePropsMixin.MonitoringProperty : CfnLaunchTemplatePropsMixin.IMonitoringProperty
Syntax (vb)
Public Class CfnLaunchTemplatePropsMixin.MonitoringProperty Implements CfnLaunchTemplatePropsMixin.IMonitoringProperty
Remarks

For more information about detailed monitoring, see Enable or turn off detailed monitoring for your instances in the Amazon EC2 User Guide .

Monitoring is a property of AWS::EC2::LaunchTemplate LaunchTemplateData .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-monitoring.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.EC2;

             var monitoringProperty = new MonitoringProperty {
                 Enabled = false
             };

Synopsis

Constructors

MonitoringProperty()

Specifies whether detailed monitoring is enabled for an instance.

Properties

Enabled

Specify true to enable detailed monitoring.

Constructors

MonitoringProperty()

Specifies whether detailed monitoring is enabled for an instance.

public MonitoringProperty()
Remarks

For more information about detailed monitoring, see Enable or turn off detailed monitoring for your instances in the Amazon EC2 User Guide .

Monitoring is a property of AWS::EC2::LaunchTemplate LaunchTemplateData .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-monitoring.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.EC2;

             var monitoringProperty = new MonitoringProperty {
                 Enabled = false
             };

Properties

Enabled

Specify true to enable detailed monitoring.

public object? Enabled { get; set; }
Property Value

object

Remarks

Otherwise, basic monitoring is enabled.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-monitoring.html#cfn-ec2-launchtemplate-monitoring-enabled

Type union: either bool or IResolvable

Implements

CfnLaunchTemplatePropsMixin.IMonitoringProperty
Back to top Generated by DocFX