Interface CodePipelineActionExecutionStateChange.ExecutionResult

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CodePipelineActionExecutionStateChange.ExecutionResult.Jsii$Proxy
Enclosing class:
CodePipelineActionExecutionStateChange

@Stability(Experimental) public static interface CodePipelineActionExecutionStateChange.ExecutionResult extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for ExecutionResult.

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.*;
 ExecutionResult executionResult = ExecutionResult.builder()
         .externalExecutionId(List.of("externalExecutionId"))
         .externalExecutionSummary(List.of("externalExecutionSummary"))
         .externalExecutionUrl(List.of("externalExecutionUrl"))
         .build();
 
  • Method Details

    • getExternalExecutionId

      @Stability(Experimental) @Nullable default List<String> getExternalExecutionId()
      (experimental) external-execution-id property.

      Specify an array of string values to match this event if the actual value of external-execution-id is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getExternalExecutionSummary

      @Stability(Experimental) @Nullable default List<String> getExternalExecutionSummary()
      (experimental) external-execution-summary property.

      Specify an array of string values to match this event if the actual value of external-execution-summary is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getExternalExecutionUrl

      @Stability(Experimental) @Nullable default List<String> getExternalExecutionUrl()
      (experimental) external-execution-url property.

      Specify an array of string values to match this event if the actual value of external-execution-url is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      @Stability(Experimental) static CodePipelineActionExecutionStateChange.ExecutionResult.Builder builder()
      Returns:
      a CodePipelineActionExecutionStateChange.ExecutionResult.Builder of CodePipelineActionExecutionStateChange.ExecutionResult