Interface StepFunctionsExecutionStatusChange.StepFunctionsExecutionStatusChangeProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
StepFunctionsExecutionStatusChange.StepFunctionsExecutionStatusChangeProps.Jsii$Proxy
- Enclosing class:
StepFunctionsExecutionStatusChange
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.states.events.*;
StepFunctionsExecutionStatusChangeProps stepFunctionsExecutionStatusChangeProps = StepFunctionsExecutionStatusChangeProps.builder()
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.executionArn(List.of("executionArn"))
.input(List.of("input"))
.name(List.of("name"))
.output(List.of("output"))
.startDate(List.of("startDate"))
.stateMachineArn(List.of("stateMachineArn"))
.status(List.of("status"))
.stopDate(List.of("stopDate"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forStepFunctionsExecutionStatusChange.StepFunctionsExecutionStatusChangeProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) executionArn property.getInput()(experimental) input property.getName()(experimental) name property.(experimental) output property.(experimental) startDate property.(experimental) stateMachineArn property.(experimental) status property.(experimental) stopDate property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
getExecutionArn
(experimental) executionArn property.Specify an array of string values to match this event if the actual value of executionArn is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Filter with the Execution reference
-
getInput
(experimental) input property.Specify an array of string values to match this event if the actual value of input 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
-
getName
(experimental) name property.Specify an array of string values to match this event if the actual value of name 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
-
getOutput
(experimental) output property.Specify an array of string values to match this event if the actual value of output 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
-
getStartDate
(experimental) startDate property.Specify an array of string values to match this event if the actual value of startDate 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
-
getStateMachineArn
(experimental) stateMachineArn property.Specify an array of string values to match this event if the actual value of stateMachineArn 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
-
getStatus
(experimental) status property.Specify an array of string values to match this event if the actual value of status 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
-
getStopDate
(experimental) stopDate property.Specify an array of string values to match this event if the actual value of stopDate 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 StepFunctionsExecutionStatusChange.StepFunctionsExecutionStatusChangeProps.Builder builder()
-