Interface CfnCloudVmCluster.DataCollectionOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCloudVmCluster.DataCollectionOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnCloudVmCluster
@Stability(Stable)
public static interface CfnCloudVmCluster.DataCollectionOptionsProperty
extends software.amazon.jsii.JsiiSerializable
Information about the data collection options enabled for a VM cluster.
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.odb.*; DataCollectionOptionsProperty dataCollectionOptionsProperty = DataCollectionOptionsProperty.builder() .isDiagnosticsEventsEnabled(false) .isHealthMonitoringEnabled(false) .isIncidentLogsEnabled(false) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnCloudVmCluster.DataCollectionOptionsProperty
static final class
An implementation forCfnCloudVmCluster.DataCollectionOptionsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIsDiagnosticsEventsEnabled
Specifies whether diagnostic collection is enabled for the VM cluster.- See Also:
-
getIsHealthMonitoringEnabled
Specifies whether health monitoring is enabled for the VM cluster.- See Also:
-
getIsIncidentLogsEnabled
Specifies whether incident logs are enabled for the VM cluster.- See Also:
-
builder
-