Skip to content

Commit

Permalink
docs(secretsmanager): doc when automaticallyAfter for RotationSchedul…
Browse files Browse the repository at this point in the history
…e is 0 is wrong (#27570)

We discussed that the doc when `automaticallyAfter` for `RotationSchedule` is `Duration.days(0)` is wrong. So I modified the doc.

See the issue (#27460) and another PR (#27497 (comment)).

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
go-to-k authored Oct 18, 2023
1 parent 28fe959 commit 671b760
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export interface RotationScheduleOptions {
* Specifies the number of days after the previous rotation before
* Secrets Manager triggers the next automatic rotation.
*
* A value of zero will disable automatic rotation - `Duration.days(0)`.
* A value of zero (`Duration.days(0)`) will not create RotationRules.
*
* @default Duration.days(30)
*/
Expand Down

0 comments on commit 671b760

Please sign in to comment.