PipelineBlueprintReference

class aws_cdk.interfaces.aws_osis.PipelineBlueprintReference(*, pipeline_blueprint_arn)

Bases: object

A reference to a PipelineBlueprint resource.

Parameters:

pipeline_blueprint_arn (str) – The Arn of the PipelineBlueprint 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_osis as interfaces_osis

pipeline_blueprint_reference = interfaces_osis.PipelineBlueprintReference(
    pipeline_blueprint_arn="pipelineBlueprintArn"
)

Attributes

pipeline_blueprint_arn

The Arn of the PipelineBlueprint resource.