public static final class CfnMaintenanceWindowProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnMaintenanceWindowProps
CfnMaintenanceWindowProps
CfnMaintenanceWindowProps.Builder, CfnMaintenanceWindowProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getAllowUnassociatedTargets()
Enables a maintenance window task to run on managed instances, even if you have not registered those instances as targets.
|
java.lang.Number |
getCutoff()
The number of hours before the end of the maintenance window that AWS Systems Manager stops scheduling new tasks for execution.
|
java.lang.String |
getDescription()
A description of the maintenance window.
|
java.lang.Number |
getDuration()
The duration of the maintenance window in hours.
|
java.lang.String |
getEndDate()
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive.
|
java.lang.String |
getName()
The name of the maintenance window.
|
java.lang.String |
getSchedule()
The schedule of the maintenance window in the form of a cron or rate expression.
|
java.lang.Number |
getScheduleOffset()
The number of days to wait to run a maintenance window after the scheduled cron expression date and time.
|
java.lang.String |
getScheduleTimezone()
The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format.
|
java.lang.String |
getStartDate()
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active.
|
java.util.List<CfnTag> |
getTags()
Optional metadata that you assign to a resource in the form of an arbitrary set of tags (key-value pairs).
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getAllowUnassociatedTargets()
CfnMaintenanceWindowProps
If enabled, then you must specify the unregistered instances (by instance ID) when you register a task with the maintenance window.
getAllowUnassociatedTargets
in interface CfnMaintenanceWindowProps
public final java.lang.Number getCutoff()
CfnMaintenanceWindowProps
getCutoff
in interface CfnMaintenanceWindowProps
public final java.lang.Number getDuration()
CfnMaintenanceWindowProps
getDuration
in interface CfnMaintenanceWindowProps
public final java.lang.String getName()
CfnMaintenanceWindowProps
getName
in interface CfnMaintenanceWindowProps
public final java.lang.String getSchedule()
CfnMaintenanceWindowProps
getSchedule
in interface CfnMaintenanceWindowProps
public final java.lang.String getDescription()
CfnMaintenanceWindowProps
getDescription
in interface CfnMaintenanceWindowProps
public final java.lang.String getEndDate()
CfnMaintenanceWindowProps
getEndDate
in interface CfnMaintenanceWindowProps
public final java.lang.Number getScheduleOffset()
CfnMaintenanceWindowProps
getScheduleOffset
in interface CfnMaintenanceWindowProps
public final java.lang.String getScheduleTimezone()
CfnMaintenanceWindowProps
getScheduleTimezone
in interface CfnMaintenanceWindowProps
public final java.lang.String getStartDate()
CfnMaintenanceWindowProps
StartDate allows you to delay activation of the Maintenance Window until the specified future date.
getStartDate
in interface CfnMaintenanceWindowProps
public final java.util.List<CfnTag> getTags()
CfnMaintenanceWindowProps
Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a maintenance window to identify the type of tasks it will run, the types of targets, and the environment it will run in.
getTags
in interface CfnMaintenanceWindowProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()