public static final class CfnScheduledActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnScheduledActionProps
CfnScheduledActionProps
CfnScheduledActionProps.Builder, CfnScheduledActionProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Object |
getEnable()
If true, the schedule is enabled.
|
java.lang.String |
getEndTime()
The end time in UTC when the schedule is no longer active.
|
java.lang.String |
getIamRole()
The IAM role to assume to run the scheduled action.
|
java.lang.String |
getSchedule()
The schedule for a one-time (at format) or recurring (cron format) scheduled action.
|
java.lang.String |
getScheduledActionDescription()
The description of the scheduled action.
|
java.lang.String |
getScheduledActionName()
The name of the scheduled action.
|
java.lang.String |
getStartTime()
The start time in UTC when the schedule is active.
|
java.lang.Object |
getTargetAction()
A JSON format string of the Amazon Redshift API operation with input parameters.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getScheduledActionName()
CfnScheduledActionProps
getScheduledActionName
in interface CfnScheduledActionProps
public final java.lang.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 CfnScheduledActionProps
public final java.lang.String getEndTime()
CfnScheduledActionProps
After this time, the scheduled action does not trigger.
getEndTime
in interface CfnScheduledActionProps
public final java.lang.String getIamRole()
CfnScheduledActionProps
This 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 CfnScheduledActionProps
public final java.lang.String getSchedule()
CfnScheduledActionProps
Schedule 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 CfnScheduledActionProps
public final java.lang.String getScheduledActionDescription()
CfnScheduledActionProps
getScheduledActionDescription
in interface CfnScheduledActionProps
public final java.lang.String getStartTime()
CfnScheduledActionProps
Before this time, the scheduled action does not trigger.
getStartTime
in interface CfnScheduledActionProps
public final java.lang.Object getTargetAction()
CfnScheduledActionProps
" {\"ResizeCluster\":{\"NodeType\":\"ds2.8xlarge\",\"ClusterIdentifier\":\"my-test-cluster\",\"NumberOfNodes\":3}}
".
getTargetAction
in interface CfnScheduledActionProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()