Skip to content

Commit

Permalink
Update packages/@aws-cdk/aws-codebuild/lib/project.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Ruka <adamruka85@gmail.com>
  • Loading branch information
blimmer and skinny85 authored Jan 15, 2021
1 parent b33eb0b commit a44bdb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/@aws-cdk/aws-codebuild/lib/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1779,9 +1779,9 @@ export interface BuildEnvironmentVariable {

/**
* The value of the environment variable.
*
* For SSM parameters, use the parameter name {@link IParameter.parameterName}
* For SecretsManager secrets, use the secret name {@link ISecret.secretName}
* For plain-text variables (the default), this is the literal value of variable.
* For SSM parameter variables, pass the name of the parameter here (`parameterName` property of `IParameter`).
* For SecretsManager variables secrets, pass the secret name here (`secretName` property of `ISecret`).
*/
readonly value: any;
}
Expand Down

0 comments on commit a44bdb9

Please sign in to comment.