Class CfnMaintenanceWindowMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ssm.CfnMaintenanceWindowMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMaintenanceWindowMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMaintenanceWindowMixinProps
@Stability(Stable)
@Internal
public static final class CfnMaintenanceWindowMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMaintenanceWindowMixinProps
An implementation for
CfnMaintenanceWindowMixinProps-
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.cfnpropertymixins.services.ssm.CfnMaintenanceWindowMixinProps
CfnMaintenanceWindowMixinProps.Builder, CfnMaintenanceWindowMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMaintenanceWindowMixinProps.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 theCfnMaintenanceWindowMixinProps.Builder.
-
-
Method Details
-
getAllowUnassociatedTargets
Description copied from interface:CfnMaintenanceWindowMixinPropsEnables 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 interfaceCfnMaintenanceWindowMixinProps- See Also:
-
getCutoff
Description copied from interface:CfnMaintenanceWindowMixinPropsThe number of hours before the end of the maintenance window that AWS Systems Manager stops scheduling new tasks for execution.- Specified by:
getCutoffin interfaceCfnMaintenanceWindowMixinProps- See Also:
-
getDescription
Description copied from interface:CfnMaintenanceWindowMixinPropsA description of the maintenance window.- Specified by:
getDescriptionin interfaceCfnMaintenanceWindowMixinProps- See Also:
-
getDuration
Description copied from interface:CfnMaintenanceWindowMixinPropsThe duration of the maintenance window in hours.- Specified by:
getDurationin interfaceCfnMaintenanceWindowMixinProps- See Also:
-
getEndDate
Description copied from interface:CfnMaintenanceWindowMixinPropsThe date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive.- Specified by:
getEndDatein interfaceCfnMaintenanceWindowMixinProps- See Also:
-
getName
Description copied from interface:CfnMaintenanceWindowMixinPropsThe name of the maintenance window.- Specified by:
getNamein interfaceCfnMaintenanceWindowMixinProps- See Also:
-
getSchedule
Description copied from interface:CfnMaintenanceWindowMixinPropsThe schedule of the maintenance window in the form of a cron or rate expression.- Specified by:
getSchedulein interfaceCfnMaintenanceWindowMixinProps- See Also:
-
getScheduleOffset
Description copied from interface:CfnMaintenanceWindowMixinPropsThe number of days to wait to run a maintenance window after the scheduled cron expression date and time.- Specified by:
getScheduleOffsetin interfaceCfnMaintenanceWindowMixinProps- See Also:
-
getScheduleTimezone
Description copied from interface:CfnMaintenanceWindowMixinPropsThe time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format.- Specified by:
getScheduleTimezonein interfaceCfnMaintenanceWindowMixinProps- See Also:
-
getStartDate
Description copied from interface:CfnMaintenanceWindowMixinPropsThe 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 interfaceCfnMaintenanceWindowMixinProps- See Also:
-
getTags
Description copied from interface:CfnMaintenanceWindowMixinPropsOptional 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 interfaceCfnMaintenanceWindowMixinProps- 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()
-