class StackOutputsMap
Language | Type name |
---|---|
![]() | Amazon.CDK.Pipelines.StackOutputsMap |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/pipelines#StackOutputsMap |
![]() | software.amazon.awscdk.pipelines.StackOutputsMap |
![]() | aws_cdk.pipelines.StackOutputsMap |
![]() | aws-cdk-lib » pipelines » StackOutputsMap |
Translate stack outputs to CodePipeline 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
Pipeline
Base
Methods
Name | Description |
---|---|
to | Return the matching variable reference string for a StackOutputReference. |
toCodePipeline(x)
public toCodePipeline(x: StackOutputReference): string
Parameters
Returns
string
Return the matching variable reference string for a StackOutputReference.