enum PipelineNotificationEvents
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.CodePipeline.PipelineNotificationEvents |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscodepipeline#PipelineNotificationEvents |
Java | software.amazon.awscdk.services.codepipeline.PipelineNotificationEvents |
Python | aws_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
Name | Description |
---|---|
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. |
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.