WorkflowDefinitionReference
- class aws_cdk.interfaces.aws_novaact.WorkflowDefinitionReference(*, workflow_definition_arn)
Bases:
objectA reference to a WorkflowDefinition resource.
- Parameters:
workflow_definition_arn (
str) – The Arn of the WorkflowDefinition 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_novaact as interfaces_novaact workflow_definition_reference = interfaces_novaact.WorkflowDefinitionReference( workflow_definition_arn="workflowDefinitionArn" )
Attributes
- workflow_definition_arn
The Arn of the WorkflowDefinition resource.