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

    Constructors
    Modifier
    Constructor
    Description
    protected
    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.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.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
    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.
    final List<CfnTag>
    Optional metadata that you assign to a resource in the form of an arbitrary set of tags (key-value pairs).
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(CfnMaintenanceWindowProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnMaintenanceWindowProps.Builder.
  • Method Details