Class CfnMaintenanceWindowProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ssm.CfnMaintenanceWindowProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMaintenanceWindowProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMaintenanceWindowProps
@Stability(Stable)
@Internal
public static final class CfnMaintenanceWindowProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMaintenanceWindowProps
An implementation for
CfnMaintenanceWindowProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ssm.CfnMaintenanceWindowProps
CfnMaintenanceWindowProps.Builder, CfnMaintenanceWindowProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnMaintenanceWindowProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Enables a maintenance window task to run on managed instances, even if you have not registered those instances as targets.final Number
The number of hours before the end of the maintenance window that AWS Systems Manager stops scheduling new tasks for execution.final String
A description of the maintenance window.final Number
The duration of the maintenance window in hours.final String
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive.final String
getName()
The name of the maintenance window.final String
The schedule of the maintenance window in the form of a cron or rate expression.final Number
The number of days to wait to run a maintenance window after the scheduled cron expression date and time.final String
The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format.final String
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active.getTags()
Optional metadata that you assign to a resource in the form of an arbitrary set of tags (key-value pairs).final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnMaintenanceWindowProps.Builder
.
-
-
Method Details
-
getAllowUnassociatedTargets
Description copied from interface:CfnMaintenanceWindowProps
Enables a maintenance window task to run on managed instances, even if you have not registered those instances as targets.If enabled, then you must specify the unregistered instances (by instance ID) when you register a task with the maintenance window.
- Specified by:
getAllowUnassociatedTargets
in interfaceCfnMaintenanceWindowProps
-
getCutoff
Description copied from interface:CfnMaintenanceWindowProps
The number of hours before the end of the maintenance window that AWS Systems Manager stops scheduling new tasks for execution.- Specified by:
getCutoff
in interfaceCfnMaintenanceWindowProps
-
getDuration
Description copied from interface:CfnMaintenanceWindowProps
The duration of the maintenance window in hours.- Specified by:
getDuration
in interfaceCfnMaintenanceWindowProps
-
getName
Description copied from interface:CfnMaintenanceWindowProps
The name of the maintenance window.- Specified by:
getName
in interfaceCfnMaintenanceWindowProps
-
getSchedule
Description copied from interface:CfnMaintenanceWindowProps
The schedule of the maintenance window in the form of a cron or rate expression.- Specified by:
getSchedule
in interfaceCfnMaintenanceWindowProps
-
getDescription
Description copied from interface:CfnMaintenanceWindowProps
A description of the maintenance window.- Specified by:
getDescription
in interfaceCfnMaintenanceWindowProps
-
getEndDate
Description copied from interface:CfnMaintenanceWindowProps
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive.- Specified by:
getEndDate
in interfaceCfnMaintenanceWindowProps
-
getScheduleOffset
Description copied from interface:CfnMaintenanceWindowProps
The number of days to wait to run a maintenance window after the scheduled cron expression date and time.- Specified by:
getScheduleOffset
in interfaceCfnMaintenanceWindowProps
-
getScheduleTimezone
Description copied from interface:CfnMaintenanceWindowProps
The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format.- Specified by:
getScheduleTimezone
in interfaceCfnMaintenanceWindowProps
-
getStartDate
Description copied from interface:CfnMaintenanceWindowProps
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active.StartDate allows you to delay activation of the Maintenance Window until the specified future date.
- Specified by:
getStartDate
in interfaceCfnMaintenanceWindowProps
-
getTags
Description copied from interface:CfnMaintenanceWindowProps
Optional metadata that you assign to a resource in the form of an arbitrary set of tags (key-value pairs).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.
- Specified by:
getTags
in interfaceCfnMaintenanceWindowProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-