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: