Class CfnScheduledActionProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.autoscaling.CfnScheduledActionProps.Jsii$Proxy
All Implemented Interfaces:
CfnScheduledActionProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnScheduledActionProps

@Stability(Stable) @Internal public static final class CfnScheduledActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnScheduledActionProps
An implementation for CfnScheduledActionProps
  • 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.autoscaling.CfnScheduledActionProps

    CfnScheduledActionProps.Builder, CfnScheduledActionProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnScheduledActionProps.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 String
    The name of the Auto Scaling group.
    final Number
    The desired capacity is the initial capacity of the Auto Scaling group after the scheduled action runs and the capacity it attempts to maintain.
    final String
    The date and time for the recurring schedule to end, in UTC.
    final Number
    The maximum size of the Auto Scaling group.
    final Number
    The minimum size of the Auto Scaling group.
    final String
    The recurring schedule for this action.
    final String
    The date and time for this action to start, in YYYY-MM-DDThh:mm:ssZ format in UTC/GMT only and in quotes (for example, "2021-06-01T00:00:00Z" ).
    final String
    Specifies the time zone for a cron expression.
    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