Interface CfnSpotFleet.ISpotFleetMonitoringProperty
Describes whether monitoring is enabled.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISpotFleetMonitoringProperty
Syntax (vb)
Public Interface ISpotFleetMonitoringProperty
Remarks
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.
virtual object Enabled { get; }
Property Value
System.Object