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
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; }