Module: AWSCDK::Codepipeline::PipelineNotificationEvents
- Defined in:
- codepipeline/pipeline_notification_events.rb
Overview
The list of event types for AWS Codepipeline Pipeline.
Constant Summary collapse
- PIPELINE_EXECUTION_FAILED =
Deprecated.Note:
Default:
Trigger notification when pipeline execution failed.
Jsii::Enum.new("aws-cdk-lib.aws_codepipeline.PipelineNotificationEvents", "PIPELINE_EXECUTION_FAILED")
- PIPELINE_EXECUTION_CANCELED =
Deprecated.Note:
Default:
Trigger notification when pipeline execution canceled.
Jsii::Enum.new("aws-cdk-lib.aws_codepipeline.PipelineNotificationEvents", "PIPELINE_EXECUTION_CANCELED")
- PIPELINE_EXECUTION_STARTED =
Deprecated.Note:
Default:
Trigger notification when pipeline execution started.
Jsii::Enum.new("aws-cdk-lib.aws_codepipeline.PipelineNotificationEvents", "PIPELINE_EXECUTION_STARTED")
- PIPELINE_EXECUTION_RESUMED =
Deprecated.Note:
Default:
Trigger notification when pipeline execution resumed.
Jsii::Enum.new("aws-cdk-lib.aws_codepipeline.PipelineNotificationEvents", "PIPELINE_EXECUTION_RESUMED")
- PIPELINE_EXECUTION_SUCCEEDED =
Deprecated.Note:
Default:
Trigger notification when pipeline execution succeeded.
Jsii::Enum.new("aws-cdk-lib.aws_codepipeline.PipelineNotificationEvents", "PIPELINE_EXECUTION_SUCCEEDED")
- PIPELINE_EXECUTION_SUPERSEDED =
Deprecated.Note:
Default:
Trigger notification when pipeline execution superseded.
Jsii::Enum.new("aws-cdk-lib.aws_codepipeline.PipelineNotificationEvents", "PIPELINE_EXECUTION_SUPERSEDED")
- STAGE_EXECUTION_STARTED =
Deprecated.Note:
Default:
Trigger notification when pipeline stage execution started.
Jsii::Enum.new("aws-cdk-lib.aws_codepipeline.PipelineNotificationEvents", "STAGE_EXECUTION_STARTED")
- STAGE_EXECUTION_SUCCEEDED =
Deprecated.Note:
Default:
Trigger notification when pipeline stage execution succeeded.
Jsii::Enum.new("aws-cdk-lib.aws_codepipeline.PipelineNotificationEvents", "STAGE_EXECUTION_SUCCEEDED")
- STAGE_EXECUTION_RESUMED =
Deprecated.Note:
Default:
Trigger notification when pipeline stage execution resumed.
Jsii::Enum.new("aws-cdk-lib.aws_codepipeline.PipelineNotificationEvents", "STAGE_EXECUTION_RESUMED")
- STAGE_EXECUTION_CANCELED =
Deprecated.Note:
Default:
Trigger notification when pipeline stage execution canceled.
Jsii::Enum.new("aws-cdk-lib.aws_codepipeline.PipelineNotificationEvents", "STAGE_EXECUTION_CANCELED")
- STAGE_EXECUTION_FAILED =
Deprecated.Note:
Default:
Trigger notification when pipeline stage execution failed.
Jsii::Enum.new("aws-cdk-lib.aws_codepipeline.PipelineNotificationEvents", "STAGE_EXECUTION_FAILED")
- ACTION_EXECUTION_SUCCEEDED =
Deprecated.Note:
Default:
Trigger notification when pipeline action execution succeeded.
Jsii::Enum.new("aws-cdk-lib.aws_codepipeline.PipelineNotificationEvents", "ACTION_EXECUTION_SUCCEEDED")
- ACTION_EXECUTION_FAILED =
Deprecated.Note:
Default:
Trigger notification when pipeline action execution failed.
Jsii::Enum.new("aws-cdk-lib.aws_codepipeline.PipelineNotificationEvents", "ACTION_EXECUTION_FAILED")
- ACTION_EXECUTION_CANCELED =
Deprecated.Note:
Default:
Trigger notification when pipeline action execution canceled.
Jsii::Enum.new("aws-cdk-lib.aws_codepipeline.PipelineNotificationEvents", "ACTION_EXECUTION_CANCELED")
- ACTION_EXECUTION_STARTED =
Deprecated.Note:
Default:
Trigger notification when pipeline action execution started.
Jsii::Enum.new("aws-cdk-lib.aws_codepipeline.PipelineNotificationEvents", "ACTION_EXECUTION_STARTED")
- MANUAL_APPROVAL_FAILED =
Deprecated.Note:
Default:
Trigger notification when pipeline manual approval failed.
Jsii::Enum.new("aws-cdk-lib.aws_codepipeline.PipelineNotificationEvents", "MANUAL_APPROVAL_FAILED")
- MANUAL_APPROVAL_NEEDED =
Deprecated.Note:
Default:
Trigger notification when pipeline manual approval needed.
Jsii::Enum.new("aws-cdk-lib.aws_codepipeline.PipelineNotificationEvents", "MANUAL_APPROVAL_NEEDED")
- MANUAL_APPROVAL_SUCCEEDED =
Deprecated.Note:
Default:
Trigger notification when pipeline manual approval succeeded.
Jsii::Enum.new("aws-cdk-lib.aws_codepipeline.PipelineNotificationEvents", "MANUAL_APPROVAL_SUCCEEDED")