aws-cdk-lib.aws_amazonmq.CfnBroker.MaintenanceWindowProperty

interface MaintenanceWindowProperty

LanguageType name
.NETAmazon.CDK.AWS.AmazonMQ.CfnBroker.MaintenanceWindowProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsamazonmq#CfnBroker_MaintenanceWindowProperty
Javasoftware.amazon.awscdk.services.amazonmq.CfnBroker.MaintenanceWindowProperty
Pythonaws_cdk.aws_amazonmq.CfnBroker.MaintenanceWindowProperty
TypeScript aws-cdk-lib » aws_amazonmq » CfnBroker » MaintenanceWindowProperty

The parameters that determine the WeeklyStartTime to apply pending updates or patches to the broker.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_amazonmq as amazonmq } from 'aws-cdk-lib';
const maintenanceWindowProperty: amazonmq.CfnBroker.MaintenanceWindowProperty = {
  dayOfWeek: 'dayOfWeek',
  timeOfDay: 'timeOfDay',
  timeZone: 'timeZone',
};

Properties

NameTypeDescription
dayOfWeekstringThe day of the week.
timeOfDaystringThe time, in 24-hour format.
timeZonestringThe time zone, UTC by default, in either the Country/City format, or the UTC offset format.

dayOfWeek

Type: string

The day of the week.


timeOfDay

Type: string

The time, in 24-hour format.


timeZone

Type: string

The time zone, UTC by default, in either the Country/City format, or the UTC offset format.