Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.redshift.CfnScheduledActionPropsMixin.Builder
Packages that use CfnScheduledActionPropsMixin.Builder
-
Uses of CfnScheduledActionPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.redshift
Methods in software.amazon.awscdk.cfnpropertymixins.services.redshift that return CfnScheduledActionPropsMixin.BuilderModifier and TypeMethodDescriptionCfnScheduledActionPropsMixin.Builder.create()CfnScheduledActionPropsMixin.Builder.create(CfnPropertyMixinOptions options) If true, the schedule is enabled.CfnScheduledActionPropsMixin.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.CfnScheduledActionPropsMixin.Builder.scheduledActionDescription(String scheduledActionDescription) The description of the scheduled action.CfnScheduledActionPropsMixin.Builder.scheduledActionName(String scheduledActionName) The name of the scheduled action.The start time in UTC when the schedule is active.CfnScheduledActionPropsMixin.Builder.targetAction(CfnScheduledActionPropsMixin.ScheduledActionTypeProperty targetAction) A JSON format string of the Amazon Redshift API operation with input parameters.CfnScheduledActionPropsMixin.Builder.targetAction(IResolvable targetAction) A JSON format string of the Amazon Redshift API operation with input parameters.