MaintenanceWindow
- class aws_cdk.aws_mediaconnect_alpha.MaintenanceWindow(*, maintenance_day, maintenance_start_hour)
Bases:
object(experimental) Maintenance Window configuration for MediaConnect Flow.
- Parameters:
maintenance_day (
MaintenanceDay) – (experimental) A day of a week when the maintenance will happen.maintenance_start_hour (
str) – (experimental) UTC time when the maintenance will happen. Use 24-hour HH:MM format. Minutes must be 00. Example: 13:00.
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_mediaconnect_alpha as mediaconnect_alpha maintenance_window = mediaconnect_alpha.MaintenanceWindow( maintenance_day=mediaconnect_alpha.MaintenanceDay.MONDAY, maintenance_start_hour="maintenanceStartHour" )
Attributes
- maintenance_day
(experimental) A day of a week when the maintenance will happen.
- Stability:
experimental
- maintenance_start_hour
(experimental) UTC time when the maintenance will happen.
Use 24-hour HH:MM format. Minutes must be 00. Example: 13:00.
- Stability:
experimental