Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Amazonka.SecurityHub.Types.AwsSecretsManagerSecretRotationRules
Description
Documentation
data AwsSecretsManagerSecretRotationRules Source #
Defines the rotation schedule for the secret.
See: newAwsSecretsManagerSecretRotationRules
smart constructor.
Constructors
AwsSecretsManagerSecretRotationRules' | |
Fields
|
Instances
newAwsSecretsManagerSecretRotationRules :: AwsSecretsManagerSecretRotationRules Source #
Create a value of AwsSecretsManagerSecretRotationRules
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:automaticallyAfterDays:AwsSecretsManagerSecretRotationRules'
, awsSecretsManagerSecretRotationRules_automaticallyAfterDays
- The number of days after the previous rotation to rotate the secret.
awsSecretsManagerSecretRotationRules_automaticallyAfterDays :: Lens' AwsSecretsManagerSecretRotationRules (Maybe Int) Source #
The number of days after the previous rotation to rotate the secret.