ScheduledActionReference

class aws_cdk.interfaces.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.interfaces import aws_redshift as interfaces_aws_redshift

scheduled_action_reference = interfaces_aws_redshift.ScheduledActionReference(
    scheduled_action_name="scheduledActionName"
)

Attributes

scheduled_action_name

The ScheduledActionName of the ScheduledAction resource.