StackOutputsMap

class aws_cdk.pipelines.StackOutputsMap(pipeline)

Bases: object

Translate stack outputs to Codepipline variable references.

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 import pipelines

# pipeline_base: pipelines.PipelineBase

stack_outputs_map = pipelines.StackOutputsMap(pipeline_base)
Parameters:

pipeline (PipelineBase) –

Methods

to_code_pipeline(x)

Return the matching variable reference string for a StackOutputReference.

Parameters:

x (StackOutputReference) –

Return type:

str