Class CfnScheduledActionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnScheduledActionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnScheduledActionProps
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.redshift.CfnScheduledActionProps
CfnScheduledActionProps.Builder, CfnScheduledActionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnScheduledActionProps.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 TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
If true, the schedule is enabled.final String
The end time in UTC when the schedule is no longer active.final String
The IAM role to assume to run the scheduled action.final String
The schedule for a one-time (at format) or recurring (cron format) scheduled action.final String
The description of the scheduled action.final String
The name of the scheduled action.final String
The start time in UTC when the schedule is active.final Object
A JSON format string of the Amazon Redshift API operation with input parameters.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theCfnScheduledActionProps.Builder
.
-
-
Method Details
-
getScheduledActionName
Description copied from interface:CfnScheduledActionProps
The name of the scheduled action.- Specified by:
getScheduledActionName
in interfaceCfnScheduledActionProps
- See Also:
-
getEnable
Description copied from interface:CfnScheduledActionProps
If true, the schedule is enabled.If false, the scheduled action does not trigger. For more information about
state
of the scheduled action, seeScheduledAction
.- Specified by:
getEnable
in interfaceCfnScheduledActionProps
- See Also:
-
getEndTime
Description copied from interface:CfnScheduledActionProps
The end time in UTC when the schedule is no longer active.After this time, the scheduled action does not trigger.
- Specified by:
getEndTime
in interfaceCfnScheduledActionProps
- See Also:
-
getIamRole
Description copied from interface:CfnScheduledActionProps
The IAM role to assume to run the scheduled action.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 .
- Specified by:
getIamRole
in interfaceCfnScheduledActionProps
- See Also:
-
getSchedule
Description copied from interface:CfnScheduledActionProps
The schedule for a one-time (at format) or recurring (cron format) scheduled action.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 .- Specified by:
getSchedule
in interfaceCfnScheduledActionProps
- See Also:
-
getScheduledActionDescription
Description copied from interface:CfnScheduledActionProps
The description of the scheduled action.- Specified by:
getScheduledActionDescription
in interfaceCfnScheduledActionProps
- See Also:
-
getStartTime
Description copied from interface:CfnScheduledActionProps
The start time in UTC when the schedule is active.Before this time, the scheduled action does not trigger.
- Specified by:
getStartTime
in interfaceCfnScheduledActionProps
- See Also:
-
getTargetAction
Description copied from interface:CfnScheduledActionProps
A JSON format string of the Amazon Redshift API operation with input parameters."
{\"ResizeCluster\":{\"NodeType\":\"ra3.4xlarge\",\"ClusterIdentifier\":\"my-test-cluster\",\"NumberOfNodes\":3}}
".- Specified by:
getTargetAction
in interfaceCfnScheduledActionProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-