ScheduledAction

class ScheduledAction : KotlinCustomResource

The AWS::Redshift::ScheduledAction resource creates an Amazon Redshift Scheduled Action.

Properties

Link copied to clipboard
val enable: Output<Boolean>?

If true, the schedule is enabled. If false, the scheduled action does not trigger.

Link copied to clipboard
val endTime: Output<String>?

The end time in UTC of the scheduled action. After this time, the scheduled action does not trigger.

Link copied to clipboard
val iamRole: Output<String>?

The IAM role to assume to run the target action.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

List of times when the scheduled action will run.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val schedule: Output<String>?

The schedule in at( ) or cron( ) format.

Link copied to clipboard

The description of the scheduled action.

Link copied to clipboard

The name of the scheduled action. The name must be unique within an account.

Link copied to clipboard
val startTime: Output<String>?

The start time in UTC of the scheduled action. Before this time, the scheduled action does not trigger.

Link copied to clipboard

The state of the scheduled action.

Link copied to clipboard

A JSON format string of the Amazon Redshift API operation with input parameters.

Link copied to clipboard
val urn: Output<String>