interface MaintenanceWindowProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.AmazonMQ.CfnBroker.MaintenanceWindowProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsamazonmq#CfnBroker_MaintenanceWindowProperty |
Java | software.amazon.awscdk.services.amazonmq.CfnBroker.MaintenanceWindowProperty |
Python | aws_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
Name | Type | Description |
---|---|---|
day | string | The day of the week. |
time | string | The time, in 24-hour format. |
time | string | The 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.