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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ssm.CfnMaintenanceWindowProps
CfnMaintenanceWindowProps.Builder, CfnMaintenanceWindowProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMaintenanceWindowProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectEnables a maintenance window task to run on managed instances, even if you have not registered those instances as targets.final NumberThe number of hours before the end of the maintenance window that AWS Systems Manager stops scheduling new tasks for execution.final StringA description of the maintenance window.final NumberThe duration of the maintenance window in hours.final StringThe date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive.final StringgetName()The name of the maintenance window.final StringThe schedule of the maintenance window in the form of a cron or rate expression.final NumberThe number of days to wait to run a maintenance window after the scheduled cron expression date and time.final StringThe time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format.final StringThe 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 inthashCode()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:CfnMaintenanceWindowPropsEnables 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.
Returns union: either
BooleanorIResolvable- Specified by:
getAllowUnassociatedTargetsin interfaceCfnMaintenanceWindowProps- See Also:
-
getCutoff
Description copied from interface:CfnMaintenanceWindowPropsThe number of hours before the end of the maintenance window that AWS Systems Manager stops scheduling new tasks for execution.- Specified by:
getCutoffin interfaceCfnMaintenanceWindowProps- See Also:
-
getDuration
Description copied from interface:CfnMaintenanceWindowPropsThe duration of the maintenance window in hours.- Specified by:
getDurationin interfaceCfnMaintenanceWindowProps- See Also:
-
getName
Description copied from interface:CfnMaintenanceWindowPropsThe name of the maintenance window.- Specified by:
getNamein interfaceCfnMaintenanceWindowProps- See Also:
-
getSchedule
Description copied from interface:CfnMaintenanceWindowPropsThe schedule of the maintenance window in the form of a cron or rate expression.- Specified by:
getSchedulein interfaceCfnMaintenanceWindowProps- See Also:
-
getDescription
Description copied from interface:CfnMaintenanceWindowPropsA description of the maintenance window.- Specified by:
getDescriptionin interfaceCfnMaintenanceWindowProps- See Also:
-
getEndDate
Description copied from interface:CfnMaintenanceWindowPropsThe date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive.- Specified by:
getEndDatein interfaceCfnMaintenanceWindowProps- See Also:
-
getScheduleOffset
Description copied from interface:CfnMaintenanceWindowPropsThe number of days to wait to run a maintenance window after the scheduled cron expression date and time.- Specified by:
getScheduleOffsetin interfaceCfnMaintenanceWindowProps- See Also:
-
getScheduleTimezone
Description copied from interface:CfnMaintenanceWindowPropsThe time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format.- Specified by:
getScheduleTimezonein interfaceCfnMaintenanceWindowProps- See Also:
-
getStartDate
Description copied from interface:CfnMaintenanceWindowPropsThe date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active.StartDateallows you to delay activation of the maintenance window until the specified future date.- Specified by:
getStartDatein interfaceCfnMaintenanceWindowProps- See Also:
-
getTags
Description copied from interface:CfnMaintenanceWindowPropsOptional 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:
getTagsin interfaceCfnMaintenanceWindowProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-