aws-cdk-lib.aws_codepipeline.PipelineNotificationEvents

enum PipelineNotificationEvents

LanguageType name
.NETAmazon.CDK.AWS.CodePipeline.PipelineNotificationEvents
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscodepipeline#PipelineNotificationEvents
Javasoftware.amazon.awscdk.services.codepipeline.PipelineNotificationEvents
Pythonaws_cdk.aws_codepipeline.PipelineNotificationEvents
TypeScript (source)aws-cdk-lib » aws_codepipeline » PipelineNotificationEvents

The list of event types for AWS Codepipeline Pipeline.

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

Members

NameDescription
PIPELINE_EXECUTION_FAILEDTrigger notification when pipeline execution failed.
PIPELINE_EXECUTION_CANCELEDTrigger notification when pipeline execution canceled.
PIPELINE_EXECUTION_STARTEDTrigger notification when pipeline execution started.
PIPELINE_EXECUTION_RESUMEDTrigger notification when pipeline execution resumed.
PIPELINE_EXECUTION_SUCCEEDEDTrigger notification when pipeline execution succeeded.
PIPELINE_EXECUTION_SUPERSEDEDTrigger notification when pipeline execution superseded.
STAGE_EXECUTION_STARTEDTrigger notification when pipeline stage execution started.
STAGE_EXECUTION_SUCCEEDEDTrigger notification when pipeline stage execution succeeded.
STAGE_EXECUTION_RESUMEDTrigger notification when pipeline stage execution resumed.
STAGE_EXECUTION_CANCELEDTrigger notification when pipeline stage execution canceled.
STAGE_EXECUTION_FAILEDTrigger notification when pipeline stage execution failed.
ACTION_EXECUTION_SUCCEEDEDTrigger notification when pipeline action execution succeeded.
ACTION_EXECUTION_FAILEDTrigger notification when pipeline action execution failed.
ACTION_EXECUTION_CANCELEDTrigger notification when pipeline action execution canceled.
ACTION_EXECUTION_STARTEDTrigger notification when pipeline action execution started.
MANUAL_APPROVAL_FAILEDTrigger notification when pipeline manual approval failed.
MANUAL_APPROVAL_NEEDEDTrigger notification when pipeline manual approval needed.
MANUAL_APPROVAL_SUCCEEDEDTrigger notification when pipeline manual approval succeeded.

PIPELINE_EXECUTION_FAILED

Trigger notification when pipeline execution failed.


PIPELINE_EXECUTION_CANCELED

Trigger notification when pipeline execution canceled.


PIPELINE_EXECUTION_STARTED

Trigger notification when pipeline execution started.


PIPELINE_EXECUTION_RESUMED

Trigger notification when pipeline execution resumed.


PIPELINE_EXECUTION_SUCCEEDED

Trigger notification when pipeline execution succeeded.


PIPELINE_EXECUTION_SUPERSEDED

Trigger notification when pipeline execution superseded.


STAGE_EXECUTION_STARTED

Trigger notification when pipeline stage execution started.


STAGE_EXECUTION_SUCCEEDED

Trigger notification when pipeline stage execution succeeded.


STAGE_EXECUTION_RESUMED

Trigger notification when pipeline stage execution resumed.


STAGE_EXECUTION_CANCELED

Trigger notification when pipeline stage execution canceled.


STAGE_EXECUTION_FAILED

Trigger notification when pipeline stage execution failed.


ACTION_EXECUTION_SUCCEEDED

Trigger notification when pipeline action execution succeeded.


ACTION_EXECUTION_FAILED

Trigger notification when pipeline action execution failed.


ACTION_EXECUTION_CANCELED

Trigger notification when pipeline action execution canceled.


ACTION_EXECUTION_STARTED

Trigger notification when pipeline action execution started.


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.