Interface CfnSpotFleetPropsMixin.SpotFleetMonitoringProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSpotFleetPropsMixin.SpotFleetMonitoringProperty.Jsii$Proxy
- Enclosing class:
CfnSpotFleetPropsMixin
@Stability(Stable)
public static interface CfnSpotFleetPropsMixin.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.cfnpropertymixins.services.ec2.*;
SpotFleetMonitoringProperty spotFleetMonitoringProperty = SpotFleetMonitoringProperty.builder()
.enabled(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSpotFleetPropsMixin.SpotFleetMonitoringPropertystatic final classAn implementation forCfnSpotFleetPropsMixin.SpotFleetMonitoringProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnabled
Enables monitoring for the instance.Default:
falseReturns union: either
BooleanorIResolvableDefault: - false
- See Also:
-
builder
-