PipelineNotificationEvents

class aws_cdk.aws_codepipeline.PipelineNotificationEvents(value)

Bases: Enum

The list of event types for AWS Codepipeline Pipeline.

See:

https://docs.aws.amazon.com/dtconsole/latest/userguide/concepts.html#events-ref-pipeline

Attributes

ACTION_EXECUTION_CANCELED

Trigger notification when pipeline action execution canceled.

ACTION_EXECUTION_FAILED

Trigger notification when pipeline action execution failed.

ACTION_EXECUTION_STARTED

Trigger notification when pipeline action execution started.

ACTION_EXECUTION_SUCCEEDED

Trigger notification when pipeline action execution succeeded.

MANUAL_APPROVAL_FAILED

Trigger notification when pipeline manual approval failed.

MANUAL_APPROVAL_NEEDED

Trigger notification when pipeline manual approval needed.

MANUAL_APPROVAL_SUCCEEDED

Trigger notification when pipeline manual approval succeeded.

PIPELINE_EXECUTION_CANCELED

Trigger notification when pipeline execution canceled.

PIPELINE_EXECUTION_FAILED

Trigger notification when pipeline execution failed.

PIPELINE_EXECUTION_RESUMED

Trigger notification when pipeline execution resumed.

PIPELINE_EXECUTION_STARTED

Trigger notification when pipeline execution started.

PIPELINE_EXECUTION_SUCCEEDED

Trigger notification when pipeline execution succeeded.

PIPELINE_EXECUTION_SUPERSEDED

Trigger notification when pipeline execution superseded.

STAGE_EXECUTION_CANCELED

Trigger notification when pipeline stage execution canceled.

STAGE_EXECUTION_FAILED

Trigger notification when pipeline stage execution failed.

STAGE_EXECUTION_RESUMED

Trigger notification when pipeline stage execution resumed.

STAGE_EXECUTION_STARTED

Trigger notification when pipeline stage execution started.

STAGE_EXECUTION_SUCCEEDED

Trigger notification when pipeline stage execution succeeded.