MaintenanceWindow

class aws_cdk.aws_mediaconnect_alpha.MaintenanceWindow(*, day, time)

Bases: object

(experimental) Configuration for scheduled maintenance windows.

Parameters:
  • day (MaintenanceDay) – (experimental) A day of a week when the maintenance will happen.

  • time (str) – (experimental) The maintenance start time in UTC, 24-hour HH:MM format. Minutes must be 00 (e.g., ‘02:00’, ‘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(
    day=mediaconnect_alpha.MaintenanceDay.MONDAY,
    time="time"
)

Attributes

day

(experimental) A day of a week when the maintenance will happen.

Stability:

experimental

time

MM format.

Minutes must be 00 (e.g., ‘02:00’, ‘13:00’).

Stability:

experimental

Type:

(experimental) The maintenance start time in UTC, 24-hour HH