AllWorkflowBuildVersionsReference
- class aws_cdk.interfaces.aws_imagebuilder.AllWorkflowBuildVersionsReference(*, all_workflow_build_versions_arn)
Bases:
objectA reference to a AllWorkflowBuildVersions resource.
- Parameters:
all_workflow_build_versions_arn (
str) – The Arn of the AllWorkflowBuildVersions 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 all_workflow_build_versions_reference = interfaces_imagebuilder.AllWorkflowBuildVersionsReference( all_workflow_build_versions_arn="allWorkflowBuildVersionsArn" )
Attributes
- all_workflow_build_versions_arn
The Arn of the AllWorkflowBuildVersions resource.