interface MaintenanceCreateSettingsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaLive.CfnChannelPropsMixin.MaintenanceCreateSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmedialive#CfnChannelPropsMixin_MaintenanceCreateSettingsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.MaintenanceCreateSettingsProperty |
Python | aws_cdk.cfn_property_mixins.aws_medialive.CfnChannelPropsMixin.MaintenanceCreateSettingsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_medialive » CfnChannelPropsMixin » MaintenanceCreateSettingsProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_medialive as medialive } from '@aws-cdk/cfn-property-mixins';
const maintenanceCreateSettingsProperty: medialive.CfnChannelPropsMixin.MaintenanceCreateSettingsProperty = {
maintenanceDay: 'maintenanceDay',
maintenanceStartTime: 'maintenanceStartTime',
};
Properties
| Name | Type | Description |
|---|---|---|
| maintenance | string | Choose one day of the week for maintenance. |
| maintenance | string | Choose the hour that maintenance will start. |
maintenanceDay?
Type:
string
(optional)
Choose one day of the week for maintenance.
The chosen day is used for all future maintenance windows.
maintenanceStartTime?
Type:
string
(optional)
Choose the hour that maintenance will start.
The chosen time is used for all future maintenance windows.

.NET
Go
Java
Python
TypeScript