Uses of Class
software.amazon.awscdk.services.redshift.CfnScheduledAction.Builder
Packages that use CfnScheduledAction.Builder
-
Uses of CfnScheduledAction.Builder in software.amazon.awscdk.services.redshift
Methods in software.amazon.awscdk.services.redshift that return CfnScheduledAction.BuilderModifier and TypeMethodDescriptionstatic CfnScheduledAction.BuilderIf true, the schedule is enabled.CfnScheduledAction.Builder.enable(IResolvable enable) If true, the schedule is enabled.The end time in UTC when the schedule is no longer active.The IAM role to assume to run the scheduled action.The schedule for a one-time (at format) or recurring (cron format) scheduled action.CfnScheduledAction.Builder.scheduledActionDescription(String scheduledActionDescription) The description of the scheduled action.CfnScheduledAction.Builder.scheduledActionName(String scheduledActionName) The name of the scheduled action.The start time in UTC when the schedule is active.CfnScheduledAction.Builder.targetAction(IResolvable targetAction) A JSON format string of the Amazon Redshift API operation with input parameters.CfnScheduledAction.Builder.targetAction(CfnScheduledAction.ScheduledActionTypeProperty targetAction) A JSON format string of the Amazon Redshift API operation with input parameters.