Show / Hide Table of Contents

Interface CfnSpotFleet.ISpotFleetMonitoringProperty

Describes whether monitoring is enabled.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnSpotFleet.ISpotFleetMonitoringProperty
Syntax (vb)
Public Interface CfnSpotFleet.ISpotFleetMonitoringProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetmonitoring.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.AWS.EC2;

             var spotFleetMonitoringProperty = new SpotFleetMonitoringProperty {
                 Enabled = false
             };

Synopsis

Properties

Enabled

Enables monitoring for the instance.

Properties

Enabled

Enables monitoring for the instance.

object? Enabled { get; }
Property Value

object

Remarks

Default: false

Default: - false

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

Back to top Generated by DocFX