Interface CfnSpotFleet.SpotFleetMonitoringProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSpotFleet.SpotFleetMonitoringProperty.Jsii$Proxy
- Enclosing class:
- CfnSpotFleet
@Stability(Stable)
public static interface CfnSpotFleet.SpotFleetMonitoringProperty
extends software.amazon.jsii.JsiiSerializable
Describes whether monitoring is enabled.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ec2.*; SpotFleetMonitoringProperty spotFleetMonitoringProperty = SpotFleetMonitoringProperty.builder() .enabled(false) .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnSpotFleet.SpotFleetMonitoringProperty
static final class
An implementation forCfnSpotFleet.SpotFleetMonitoringProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnabled
Enables monitoring for the instance.Default:
false
-
builder
-