Skip to content

Commit

Permalink
docs(pipelines): mention variableNamespace
Browse files Browse the repository at this point in the history
  • Loading branch information
berenddeboer committed Aug 10, 2021
1 parent 91630ff commit 90f3e11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/@aws-cdk/pipelines/README.md
Expand Up @@ -569,6 +569,9 @@ new CodeBuildStep('Synth', {
computeType: codebuild.ComputeType.LARGE,
},

// Make any exported variables available to other actions
variableNamespace: "example",

// Control Elastic Network Interface creation
vpc: vpc,
subnetSelection: { subnetType: ec2.SubnetType.PRIVATE },
Expand Down

0 comments on commit 90f3e11

Please sign in to comment.