Interface CfnInfluxDBInstancePropsMixin.MaintenanceScheduleProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnInfluxDBInstancePropsMixin.MaintenanceScheduleProperty.Jsii$Proxy
Enclosing class:
CfnInfluxDBInstancePropsMixin

@Stability(Stable) public static interface CfnInfluxDBInstancePropsMixin.MaintenanceScheduleProperty extends software.amazon.jsii.JsiiSerializable
The maintenance schedule for the InfluxDB instance.

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.timestream.*;
 MaintenanceScheduleProperty maintenanceScheduleProperty = MaintenanceScheduleProperty.builder()
         .preferredMaintenanceWindow("preferredMaintenanceWindow")
         .timezone("timezone")
         .build();
 

See Also: