@Stability(value=Stable) public static final class CfnRotationSchedule.RotationRulesProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRotationSchedule.RotationRulesProperty>
CfnRotationSchedule.RotationRulesProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRotationSchedule.RotationRulesProperty.Builder |
automaticallyAfterDays(Number automaticallyAfterDays)
Sets the value of
CfnRotationSchedule.RotationRulesProperty.getAutomaticallyAfterDays() |
CfnRotationSchedule.RotationRulesProperty |
build()
Builds the configured instance.
|
@Stability(value=Stable) public CfnRotationSchedule.RotationRulesProperty.Builder automaticallyAfterDays(Number automaticallyAfterDays)
CfnRotationSchedule.RotationRulesProperty.getAutomaticallyAfterDays()automaticallyAfterDays - Specifies the number of days between automatic scheduled rotations of the secret.
Secrets Manager schedules the next rotation when the previous one is complete. Secrets Manager schedules the date by adding the rotation interval (number of days) to the actual date of the last rotation. The service chooses the hour within that 24-hour date window randomly. The minute is also chosen somewhat randomly, but weighted towards the top of the hour and influenced by a variety of factors that help distribute load.this@Stability(value=Stable) public CfnRotationSchedule.RotationRulesProperty build()
build in interface software.amazon.jsii.Builder<CfnRotationSchedule.RotationRulesProperty>CfnRotationSchedule.RotationRulesPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.