aws-cdk-lib.aws_medialive.CfnChannel.MaintenanceUpdateSettingsProperty

interface MaintenanceUpdateSettingsProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaLive.CfnChannel.MaintenanceUpdateSettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_MaintenanceUpdateSettingsProperty
Javasoftware.amazon.awscdk.services.medialive.CfnChannel.MaintenanceUpdateSettingsProperty
Pythonaws_cdk.aws_medialive.CfnChannel.MaintenanceUpdateSettingsProperty
TypeScript aws-cdk-lib » 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 { aws_medialive as medialive } from 'aws-cdk-lib';
const maintenanceUpdateSettingsProperty: medialive.CfnChannel.MaintenanceUpdateSettingsProperty = {
  maintenanceDay: 'maintenanceDay',
  maintenanceScheduledDate: 'maintenanceScheduledDate',
  maintenanceStartTime: 'maintenanceStartTime',
};

Properties

NameTypeDescription
maintenanceDay?stringCfnChannel.MaintenanceUpdateSettingsProperty.MaintenanceDay.
maintenanceScheduledDate?stringCfnChannel.MaintenanceUpdateSettingsProperty.MaintenanceScheduledDate.
maintenanceStartTime?stringCfnChannel.MaintenanceUpdateSettingsProperty.MaintenanceStartTime.

maintenanceDay?

Type: string (optional)

CfnChannel.MaintenanceUpdateSettingsProperty.MaintenanceDay.


maintenanceScheduledDate?

Type: string (optional)

CfnChannel.MaintenanceUpdateSettingsProperty.MaintenanceScheduledDate.


maintenanceStartTime?

Type: string (optional)

CfnChannel.MaintenanceUpdateSettingsProperty.MaintenanceStartTime.