| Package | Description |
|---|---|
| software.amazon.awscdk.services.ssm |
AWS Systems Manager Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnMaintenanceWindow.Builder |
CfnMaintenanceWindow.Builder.allowUnassociatedTargets(Boolean allowUnassociatedTargets)
Enables a maintenance window task to run on managed instances, even if you have not registered those instances as targets.
|
CfnMaintenanceWindow.Builder |
CfnMaintenanceWindow.Builder.allowUnassociatedTargets(IResolvable allowUnassociatedTargets)
Enables a maintenance window task to run on managed instances, even if you have not registered those instances as targets.
|
static CfnMaintenanceWindow.Builder |
CfnMaintenanceWindow.Builder.create(software.constructs.Construct scope,
String id) |
CfnMaintenanceWindow.Builder |
CfnMaintenanceWindow.Builder.cutoff(Number cutoff)
The number of hours before the end of the maintenance window that AWS Systems Manager stops scheduling new tasks for execution.
|
CfnMaintenanceWindow.Builder |
CfnMaintenanceWindow.Builder.description(String description)
A description of the maintenance window.
|
CfnMaintenanceWindow.Builder |
CfnMaintenanceWindow.Builder.duration(Number duration)
The duration of the maintenance window in hours.
|
CfnMaintenanceWindow.Builder |
CfnMaintenanceWindow.Builder.endDate(String endDate)
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive.
|
CfnMaintenanceWindow.Builder |
CfnMaintenanceWindow.Builder.name(String name)
The name of the maintenance window.
|
CfnMaintenanceWindow.Builder |
CfnMaintenanceWindow.Builder.schedule(String schedule)
The schedule of the maintenance window in the form of a cron or rate expression.
|
CfnMaintenanceWindow.Builder |
CfnMaintenanceWindow.Builder.scheduleOffset(Number scheduleOffset)
The number of days to wait to run a maintenance window after the scheduled cron expression date and time.
|
CfnMaintenanceWindow.Builder |
CfnMaintenanceWindow.Builder.scheduleTimezone(String scheduleTimezone)
The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format.
|
CfnMaintenanceWindow.Builder |
CfnMaintenanceWindow.Builder.startDate(String startDate)
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active.
|
CfnMaintenanceWindow.Builder |
CfnMaintenanceWindow.Builder.tags(List<? extends CfnTag> tags)
Optional metadata that you assign to a resource in the form of an arbitrary set of tags (key-value pairs).
|
Copyright © 2022. All rights reserved.