ImagePipelineReference
- class aws_cdk.interfaces.aws_imagebuilder.ImagePipelineReference(*, image_pipeline_arn)
Bases:
objectA reference to a ImagePipeline resource.
- Parameters:
image_pipeline_arn (
str) – The Arn of the ImagePipeline 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_aws_imagebuilder image_pipeline_reference = interfaces_aws_imagebuilder.ImagePipelineReference( image_pipeline_arn="imagePipelineArn" )
Attributes
- image_pipeline_arn
The Arn of the ImagePipeline resource.