@Stability(value=Stable)
public static interface CfnSpotFleet.SpotFleetMonitoringProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSpotFleet.SpotFleetMonitoringProperty.Builder
A builder for
CfnSpotFleet.SpotFleetMonitoringProperty |
static class |
CfnSpotFleet.SpotFleetMonitoringProperty.Jsii$Proxy
An implementation for
CfnSpotFleet.SpotFleetMonitoringProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSpotFleet.SpotFleetMonitoringProperty.Builder |
builder() |
default Object |
getEnabled()
Enables monitoring for the instance.
|
@Stability(value=Stable) @Nullable default Object getEnabled()
Default: false
@Stability(value=Stable) static CfnSpotFleet.SpotFleetMonitoringProperty.Builder builder()
Copyright © 2022. All rights reserved.