Class CodePipelinePipelineExecutionStateChange.CodePipelinePipelineExecutionStateChangeProps.Jsii$Proxy
- All Implemented Interfaces:
CodePipelinePipelineExecutionStateChange.CodePipelinePipelineExecutionStateChangeProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CodePipelinePipelineExecutionStateChange.CodePipelinePipelineExecutionStateChangeProps
CodePipelinePipelineExecutionStateChange.CodePipelinePipelineExecutionStateChangeProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.mixins.preview.services.codepipeline.events.CodePipelinePipelineExecutionStateChange.CodePipelinePipelineExecutionStateChangeProps
CodePipelinePipelineExecutionStateChange.CodePipelinePipelineExecutionStateChangeProps.Builder, CodePipelinePipelineExecutionStateChange.CodePipelinePipelineExecutionStateChangeProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CodePipelinePipelineExecutionStateChange.CodePipelinePipelineExecutionStateChangeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCodePipelinePipelineExecutionStateChange.CodePipelinePipelineExecutionStateChangeProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) execution-id property.(experimental) execution-trigger property.(experimental) pipeline property.getState()(experimental) state property.(experimental) version property.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CodePipelinePipelineExecutionStateChange.CodePipelinePipelineExecutionStateChangeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCodePipelinePipelineExecutionStateChange.CodePipelinePipelineExecutionStateChangeProps.Builder.
-
-
Method Details
-
getEventMetadata
Description copied from interface:CodePipelinePipelineExecutionStateChange.CodePipelinePipelineExecutionStateChangeProps(experimental) EventBridge event metadata.Default: - -
- Specified by:
getEventMetadatain interfaceCodePipelinePipelineExecutionStateChange.CodePipelinePipelineExecutionStateChangeProps
-
getExecutionId
Description copied from interface:CodePipelinePipelineExecutionStateChange.CodePipelinePipelineExecutionStateChangeProps(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
- Specified by:
getExecutionIdin interfaceCodePipelinePipelineExecutionStateChange.CodePipelinePipelineExecutionStateChangeProps
-
getExecutionTrigger
Description copied from interface:CodePipelinePipelineExecutionStateChange.CodePipelinePipelineExecutionStateChangeProps(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
- Specified by:
getExecutionTriggerin interfaceCodePipelinePipelineExecutionStateChange.CodePipelinePipelineExecutionStateChangeProps
-
getPipeline
Description copied from interface:CodePipelinePipelineExecutionStateChange.CodePipelinePipelineExecutionStateChangeProps(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
- Specified by:
getPipelinein interfaceCodePipelinePipelineExecutionStateChange.CodePipelinePipelineExecutionStateChangeProps
-
getState
Description copied from interface:CodePipelinePipelineExecutionStateChange.CodePipelinePipelineExecutionStateChangeProps(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
- Specified by:
getStatein interfaceCodePipelinePipelineExecutionStateChange.CodePipelinePipelineExecutionStateChangeProps
-
getVersion
Description copied from interface:CodePipelinePipelineExecutionStateChange.CodePipelinePipelineExecutionStateChangeProps(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
- Specified by:
getVersionin interfaceCodePipelinePipelineExecutionStateChange.CodePipelinePipelineExecutionStateChangeProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-