@Stability(value=Stable) @Internal public static final class CfnMaintenanceWindowProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnMaintenanceWindowProps
CfnMaintenanceWindowPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnMaintenanceWindowProps.Builder, CfnMaintenanceWindowProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnMaintenanceWindowProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnMaintenanceWindowProps.Builder. |
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(Object o) |
Object |
getAllowUnassociatedTargets()
Enables a maintenance window task to run on managed instances, even if you have not registered those instances as targets.
|
Number |
getCutoff()
The number of hours before the end of the maintenance window that AWS Systems Manager stops scheduling new tasks for execution.
|
String |
getDescription()
A description of the maintenance window.
|
Number |
getDuration()
The duration of the maintenance window in hours.
|
String |
getEndDate()
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive.
|
String |
getName()
The name of the maintenance window.
|
String |
getSchedule()
The schedule of the maintenance window in the form of a cron or rate expression.
|
Number |
getScheduleOffset()
The number of days to wait to run a maintenance window after the scheduled cron expression date and time.
|
String |
getScheduleTimezone()
The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format.
|
String |
getStartDate()
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active.
|
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() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnMaintenanceWindowProps.Builder builder)
CfnMaintenanceWindowProps.Builder.public final Object getAllowUnassociatedTargets()
CfnMaintenanceWindowPropsIf enabled, then you must specify the unregistered instances (by instance ID) when you register a task with the maintenance window.
getAllowUnassociatedTargets in interface CfnMaintenanceWindowPropspublic final Number getCutoff()
CfnMaintenanceWindowPropsgetCutoff in interface CfnMaintenanceWindowPropspublic final Number getDuration()
CfnMaintenanceWindowPropsgetDuration in interface CfnMaintenanceWindowPropspublic final String getName()
CfnMaintenanceWindowPropsgetName in interface CfnMaintenanceWindowPropspublic final String getSchedule()
CfnMaintenanceWindowPropsgetSchedule in interface CfnMaintenanceWindowPropspublic final String getDescription()
CfnMaintenanceWindowPropsgetDescription in interface CfnMaintenanceWindowPropspublic final String getEndDate()
CfnMaintenanceWindowPropsgetEndDate in interface CfnMaintenanceWindowPropspublic final Number getScheduleOffset()
CfnMaintenanceWindowPropsgetScheduleOffset in interface CfnMaintenanceWindowPropspublic final String getScheduleTimezone()
CfnMaintenanceWindowPropsgetScheduleTimezone in interface CfnMaintenanceWindowPropspublic final String getStartDate()
CfnMaintenanceWindowPropsStartDate allows you to delay activation of the Maintenance Window until the specified future date.
getStartDate in interface CfnMaintenanceWindowPropspublic final List<CfnTag> getTags()
CfnMaintenanceWindowPropsTags 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@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2023. All rights reserved.