Skip to content

Commit

Permalink
docs(secretsmanager): fix dynamic references link (aws#7196)
Browse files Browse the repository at this point in the history
This commit fixes a broken link to CloudFormation Dyanmic References documentation.
  • Loading branch information
blimmer authored Apr 6, 2020
1 parent 97959f6 commit edd4084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-secretsmanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const secret = secretsmanager.Secret.fromSecretAttributes(scope, 'ImportedSecret
```

SecretsManager secret values can only be used in select set of properties. For the
list of properties, see [the CloudFormation Dynamic References documentation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/dynamic-references.htm).
list of properties, see [the CloudFormation Dynamic References documentation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/dynamic-references.html).

### Rotating a Secret with a custom Lambda function
A rotation schedule can be added to a Secret using a custom Lambda function:
Expand Down

0 comments on commit edd4084

Please sign in to comment.