We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 360a3a3 commit e8f8103Copy full SHA for e8f8103
source/patterns/@aws-solutions-constructs/aws-lambda-secretsmanager/lib/index.ts
@@ -61,9 +61,9 @@ export interface LambdaToSecretsmanagerProps {
61
*/
62
readonly deployVpc?: boolean;
63
/**
64
- * Optional Name for the Secret environment variable set for the Lambda function.
+ * Optional Name for Lambda function environment variable containing the ARN of the secret.
65
*
66
- * @default - SECRET_NAME
+ * @default - SECRET_ARN
67
68
readonly secretEnvironmentVariableName?: string;
69
0 commit comments