@Stability(value=Stable) @Internal public static final class CfnScheduledActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnScheduledActionProps
CfnScheduledActionPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnScheduledActionProps.Builder, CfnScheduledActionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnScheduledActionProps.Builder builder)
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.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getEnable()
If true, the schedule is enabled.
|
String |
getEndTime()
The end time in UTC when the schedule is no longer active.
|
String |
getIamRole()
The IAM role to assume to run the scheduled action.
|
String |
getSchedule()
The schedule for a one-time (at format) or recurring (cron format) scheduled action.
|
String |
getScheduledActionDescription()
The description of the scheduled action.
|
String |
getScheduledActionName()
The name of the scheduled action.
|
String |
getStartTime()
The start time in UTC when the schedule is active.
|
Object |
getTargetAction()
A JSON format string of the Amazon Redshift API operation with input parameters.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnScheduledActionProps.Builder builder)
CfnScheduledActionProps.Builder.public final String getScheduledActionName()
CfnScheduledActionPropsgetScheduledActionName in interface CfnScheduledActionPropspublic final Object getEnable()
CfnScheduledActionProps
If false, the scheduled action does not trigger. For more information about state of the scheduled action, see ScheduledAction .
getEnable in interface CfnScheduledActionPropspublic final String getEndTime()
CfnScheduledActionPropsAfter this time, the scheduled action does not trigger.
getEndTime in interface CfnScheduledActionPropspublic final String getIamRole()
CfnScheduledActionPropsThis IAM role must have permission to run the Amazon Redshift API operation in the scheduled action. This IAM role must allow the Amazon Redshift scheduler (Principal scheduler.redshift.amazonaws.com) to assume permissions on your behalf. For more information about the IAM role to use with the Amazon Redshift scheduler, see Using Identity-Based Policies for Amazon Redshift in the Amazon Redshift Cluster Management Guide .
getIamRole in interface CfnScheduledActionPropspublic final String getSchedule()
CfnScheduledActionPropsSchedule invocations must be separated by at least one hour.
Format of at expressions is " at(yyyy-mm-ddThh:mm:ss) ". For example, " at(2016-03-04T17:27:00) ".
Format of cron expressions is " cron(Minutes Hours Day-of-month Month Day-of-week Year) ". For example, " cron(0 10 ? * MON *) ". For more information, see Cron Expressions in the Amazon CloudWatch Events User Guide .
getSchedule in interface CfnScheduledActionPropspublic final String getScheduledActionDescription()
CfnScheduledActionPropsgetScheduledActionDescription in interface CfnScheduledActionPropspublic final String getStartTime()
CfnScheduledActionPropsBefore this time, the scheduled action does not trigger.
getStartTime in interface CfnScheduledActionPropspublic final Object getTargetAction()
CfnScheduledActionProps
" {\"ResizeCluster\":{\"NodeType\":\"ds2.8xlarge\",\"ClusterIdentifier\":\"my-test-cluster\",\"NumberOfNodes\":3}} ".
getTargetAction in interface CfnScheduledActionProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.