Interface CfnBroker.MaintenanceWindowProperty

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

@Stability(Stable) public static interface CfnBroker.MaintenanceWindowProperty extends software.amazon.jsii.JsiiSerializable
The parameters that determine the WeeklyStartTime to apply pending updates or patches to the broker.

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.amazonmq.*;
 MaintenanceWindowProperty maintenanceWindowProperty = MaintenanceWindowProperty.builder()
         .dayOfWeek("dayOfWeek")
         .timeOfDay("timeOfDay")
         .timeZone("timeZone")
         .build();
 

See Also: