Interface CodePipelinePipelineExecutionStateChange.CodePipelinePipelineExecutionStateChangeProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CodePipelinePipelineExecutionStateChange.CodePipelinePipelineExecutionStateChangeProps.Jsii$Proxy
- Enclosing class:
CodePipelinePipelineExecutionStateChange
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.codepipeline.events.*;
CodePipelinePipelineExecutionStateChangeProps codePipelinePipelineExecutionStateChangeProps = CodePipelinePipelineExecutionStateChangeProps.builder()
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.executionId(List.of("executionId"))
.executionTrigger(ExecutionTrigger.builder()
.triggerDetail(List.of("triggerDetail"))
.triggerType(List.of("triggerType"))
.build())
.pipeline(List.of("pipeline"))
.state(List.of("state"))
.version(List.of("version"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCodePipelinePipelineExecutionStateChange.CodePipelinePipelineExecutionStateChangeProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CodePipelinePipelineExecutionStateChange.CodePipelinePipelineExecutionStateChangeProps.Builderbuilder()default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) execution-id property.(experimental) execution-trigger property.(experimental) pipeline property.getState()(experimental) state property.(experimental) version property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
getExecutionId
(experimental) execution-id property.Specify an array of string values to match this event if the actual value of execution-id is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getExecutionTrigger
@Stability(Experimental) @Nullable default CodePipelinePipelineExecutionStateChange.ExecutionTrigger getExecutionTrigger()(experimental) execution-trigger property.Specify an array of string values to match this event if the actual value of execution-trigger is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getPipeline
(experimental) pipeline property.Specify an array of string values to match this event if the actual value of pipeline is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getState
(experimental) state property.Specify an array of string values to match this event if the actual value of state is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getVersion
(experimental) version property.Specify an array of string values to match this event if the actual value of version is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static CodePipelinePipelineExecutionStateChange.CodePipelinePipelineExecutionStateChangeProps.Builder builder()
-