aws-cdk-lib.pipelines.StackOutputsMap

class StackOutputsMap

LanguageType name
.NETAmazon.CDK.Pipelines.StackOutputsMap
Gogithub.com/aws/aws-cdk-go/awscdk/v2/pipelines#StackOutputsMap
Javasoftware.amazon.awscdk.pipelines.StackOutputsMap
Pythonaws_cdk.pipelines.StackOutputsMap
TypeScript (source)aws-cdk-lib » pipelines » StackOutputsMap

Translate stack outputs to Codepipline variable references.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { pipelines } from 'aws-cdk-lib';

declare const pipelineBase: pipelines.PipelineBase;
const stackOutputsMap = new pipelines.StackOutputsMap(pipelineBase);

Initializer

new StackOutputsMap(pipeline: PipelineBase)

Parameters

  • pipeline PipelineBase

Methods

NameDescription
toCodePipeline(x)Return the matching variable reference string for a StackOutputReference.

toCodePipeline(x)

public toCodePipeline(x: StackOutputReference): string

Parameters

  • x StackOutputReference

Returns

  • string

Return the matching variable reference string for a StackOutputReference.