interface MaintenanceUpdateSettingsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.CfnChannel.MaintenanceUpdateSettingsProperty |
Java | software.amazon.awscdk.services.medialive.CfnChannel.MaintenanceUpdateSettingsProperty |
Python | aws_cdk.aws_medialive.CfnChannel.MaintenanceUpdateSettingsProperty |
TypeScript | @aws-cdk/aws-medialive » CfnChannel » MaintenanceUpdateSettingsProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive from '@aws-cdk/aws-medialive';
const maintenanceUpdateSettingsProperty: medialive.CfnChannel.MaintenanceUpdateSettingsProperty = {
maintenanceDay: 'maintenanceDay',
maintenanceScheduledDate: 'maintenanceScheduledDate',
maintenanceStartTime: 'maintenanceStartTime',
};
Properties
| Name | Type | Description |
|---|---|---|
| maintenance | string | CfnChannel.MaintenanceUpdateSettingsProperty.MaintenanceDay. |
| maintenance | string | CfnChannel.MaintenanceUpdateSettingsProperty.MaintenanceScheduledDate. |
| maintenance | string | CfnChannel.MaintenanceUpdateSettingsProperty.MaintenanceStartTime. |
maintenanceDay?
Type:
string
(optional)
CfnChannel.MaintenanceUpdateSettingsProperty.MaintenanceDay.
maintenanceScheduledDate?
Type:
string
(optional)
CfnChannel.MaintenanceUpdateSettingsProperty.MaintenanceScheduledDate.
maintenanceStartTime?
Type:
string
(optional)
CfnChannel.MaintenanceUpdateSettingsProperty.MaintenanceStartTime.

.NET
Java
Python
TypeScript