Class CfnScheduleProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnScheduleProps.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 description you specify for the schedule.
    final String
    The date, in UTC, before which the schedule can invoke its target.
    final Object
    Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.
    final String
    The name of the schedule group associated with this schedule.
    final String
    The Amazon Resource Name (ARN) for the customer managed KMS key that EventBridge Scheduler will use to encrypt and decrypt your data.
    final String
    The name of the schedule.
    final String
    The expression that defines when the schedule runs.
    final String
    The timezone in which the scheduling expression is evaluated.
    final String
    The date, in UTC, after which the schedule can begin invoking its target.
    final String
    Specifies whether the schedule is enabled or disabled.
    final Object
    The schedule's target details.
    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