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 classA builder forCfnCloudVmCluster.DataCollectionOptionsPropertystatic final classAn 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.Returns union: either
BooleanorIResolvable- See Also:
-
getIsHealthMonitoringEnabled
Specifies whether health monitoring is enabled for the VM cluster.Returns union: either
BooleanorIResolvable- See Also:
-
getIsIncidentLogsEnabled
Specifies whether incident logs are enabled for the VM cluster.Returns union: either
BooleanorIResolvable- See Also:
-
builder
-