We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3b2ac commit a125c24Copy full SHA for a125c24
packages/aws-cdk-lib/aws-secretsmanager/README.md
@@ -93,6 +93,8 @@ const secret = new secretsmanager.Secret(this, 'Secret', { encryptionKey: key })
93
secret.grantRead(otherAccount);
94
```
95
96
+## Rotating a Secret
97
+
98
### Using a Custom Lambda Function
99
100
A rotation schedule can be added to a Secret using a custom Lambda function:
0 commit comments