WorkflowExecutionReference

class aws_cdk.interfaces.aws_imagebuilder.WorkflowExecutionReference(*, workflow_execution_arn)

Bases: object

A reference to a WorkflowExecution resource.

Parameters:

workflow_execution_arn (str) – The Arn of the WorkflowExecution 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_execution_reference = interfaces_imagebuilder.WorkflowExecutionReference(
    workflow_execution_arn="workflowExecutionArn"
)

Attributes

workflow_execution_arn

The Arn of the WorkflowExecution resource.