MaintenanceSettings
- class aws_cdk.aws_medialive_alpha.MaintenanceSettings(*, day, time=None)
Bases:
object(experimental) Maintenance window settings for the channel.
- Parameters:
day (
MaintenanceDay) – (experimental) The day of the week for maintenance.time (
Optional[str]) – (experimental) The start time for maintenance in UTC (HH:MM format, e.g. ‘02:00’). Default: ‘02: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_medialive_alpha as medialive_alpha # maintenance_day: medialive_alpha.MaintenanceDay maintenance_settings = medialive_alpha.MaintenanceSettings( day=maintenance_day, # the properties below are optional time="time" )
Attributes
- day
(experimental) The day of the week for maintenance.
- Stability:
experimental
- time
00’).
- Default:
‘02:00’
- Stability:
experimental
- Type:
(experimental) The start time for maintenance in UTC (HH
- Type:
MM format, e.g. ‘02