Skip to content

Commit e8f8103

Browse files
authored
Update index.ts
1 parent 360a3a3 commit e8f8103

File tree

1 file changed

+2
-2
lines changed
  • source/patterns/@aws-solutions-constructs/aws-lambda-secretsmanager/lib

1 file changed

+2
-2
lines changed

Diff for: source/patterns/@aws-solutions-constructs/aws-lambda-secretsmanager/lib/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ export interface LambdaToSecretsmanagerProps {
6161
*/
6262
readonly deployVpc?: boolean;
6363
/**
64-
* Optional Name for the Secret environment variable set for the Lambda function.
64+
* Optional Name for Lambda function environment variable containing the ARN of the secret.
6565
*
66-
* @default - SECRET_NAME
66+
* @default - SECRET_ARN
6767
*/
6868
readonly secretEnvironmentVariableName?: string;
6969
/**

0 commit comments

Comments
 (0)