ScheduledActionReference
- class aws_cdk.aws_redshift.ScheduledActionReference(*, scheduled_action_name)
- Bases: - object- A reference to a ScheduledAction resource. - Parameters:
- scheduled_action_name ( - str) – The ScheduledActionName of the ScheduledAction resource.
- ExampleMetadata:
- fixture=_generated 
 - Example: - # The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_redshift as redshift scheduled_action_reference = redshift.ScheduledActionReference( scheduled_action_name="scheduledActionName" ) - Attributes - scheduled_action_name
- The ScheduledActionName of the ScheduledAction resource.