WorkflowStepExecutionReference

class aws_cdk.interfaces.aws_imagebuilder.WorkflowStepExecutionReference(*, step_execution_id)

Bases: object

A reference to a WorkflowStepExecution resource.

Parameters:

step_execution_id (str) – The StepExecutionId of the WorkflowStepExecution resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_imagebuilder as interfaces_imagebuilder

workflow_step_execution_reference = interfaces_imagebuilder.WorkflowStepExecutionReference(
    step_execution_id="stepExecutionId"
)

Attributes

step_execution_id

The StepExecutionId of the WorkflowStepExecution resource.