WorkflowAttributes
- class aws_cdk.aws_glue_alpha.WorkflowAttributes(*, workflow_name, workflow_arn=None)
Bases:
object(deprecated) Properties for importing a Workflow using its attributes.
- Parameters:
workflow_name (
str) – (deprecated) The name of the workflow to import.workflow_arn (
Optional[str]) – (deprecated) The ARN of the workflow to import. Default: - derived from the workflow name
- Stability:
deprecated
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_glue_alpha as glue_alpha workflow_attributes = glue_alpha.WorkflowAttributes( workflow_name="workflowName", # the properties below are optional workflow_arn="workflowArn" )
Attributes
- workflow_arn
(deprecated) The ARN of the workflow to import.
- Default:
derived from the workflow name
- Stability:
deprecated
- workflow_name
(deprecated) The name of the workflow to import.
- Stability:
deprecated