interface MaintenanceCreateSettingsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.CfnChannel.MaintenanceCreateSettingsProperty |
Java | software.amazon.awscdk.services.medialive.CfnChannel.MaintenanceCreateSettingsProperty |
Python | aws_cdk.aws_medialive.CfnChannel.MaintenanceCreateSettingsProperty |
TypeScript | @aws-cdk/aws-medialive » CfnChannel » MaintenanceCreateSettingsProperty |
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 maintenanceCreateSettingsProperty: medialive.CfnChannel.MaintenanceCreateSettingsProperty = {
maintenanceDay: 'maintenanceDay',
maintenanceStartTime: 'maintenanceStartTime',
};
Properties
| Name | Type | Description |
|---|---|---|
| maintenance | string | CfnChannel.MaintenanceCreateSettingsProperty.MaintenanceDay. |
| maintenance | string | CfnChannel.MaintenanceCreateSettingsProperty.MaintenanceStartTime. |
maintenanceDay?
Type:
string
(optional)
CfnChannel.MaintenanceCreateSettingsProperty.MaintenanceDay.
maintenanceStartTime?
Type:
string
(optional)
CfnChannel.MaintenanceCreateSettingsProperty.MaintenanceStartTime.

.NET
Java
Python
TypeScript