AWS cdk documentation change
Summary
Updated Secrets Manager method reference to v2 API and added parentheses
Security assessment
Version update in API documentation link without security-specific changes
Diff
diff --git a/cdk/v1/guide/get-secrets-manager-value.md b/cdk/v1/guide/get-secrets-manager-value.md index a09e08a5d..ccca9cf7d 100644 --- a//cdk/v1/guide/get-secrets-manager-value.md +++ b//cdk/v1/guide/get-secrets-manager-value.md @@ -7 +7 @@ This is the AWS CDK v1 Developer Guide. The older CDK v1 entered maintenance on -To use values from AWS Secrets Manager in your AWS CDK app, use the [fromSecretAttributes](https://docs.aws.amazon.com/cdk/api/v1/docs/@aws-cdk_aws-secretsmanager.Secret.html#static-fromwbrsecretwbrattributesscope-id-attrs) method. It represents a value that is retrieved from Secrets Manager and used at AWS CloudFormation deployment time. +To use values from AWS Secrets Manager in your AWS CDK app, use the [fromSecretAttributes()](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_secretsmanager.Secret.html#static-fromwbrsecretwbrattributesscope-id-attrs) method. It represents a value that is retrieved from Secrets Manager and used at AWS CloudFormation deployment time.