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 |
Documentation
data AwsSecretsManagerSecretRotationRules Source #
Defines the rotation schedule for the secret.
See: newAwsSecretsManagerSecretRotationRules
smart constructor.
AwsSecretsManagerSecretRotationRules' | |
|
Instances
Eq AwsSecretsManagerSecretRotationRules Source # | |
Read AwsSecretsManagerSecretRotationRules Source # | |
Show AwsSecretsManagerSecretRotationRules Source # | |
Generic AwsSecretsManagerSecretRotationRules Source # | |
NFData AwsSecretsManagerSecretRotationRules Source # | |
Hashable AwsSecretsManagerSecretRotationRules Source # | |
ToJSON AwsSecretsManagerSecretRotationRules Source # | |
FromJSON AwsSecretsManagerSecretRotationRules Source # | |
type Rep AwsSecretsManagerSecretRotationRules Source # | |
Defined in Amazonka.SecurityHub.Types.AwsSecretsManagerSecretRotationRules type Rep AwsSecretsManagerSecretRotationRules = D1 ('MetaData "AwsSecretsManagerSecretRotationRules" "Amazonka.SecurityHub.Types.AwsSecretsManagerSecretRotationRules" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsSecretsManagerSecretRotationRules'" 'PrefixI 'True) (S1 ('MetaSel ('Just "automaticallyAfterDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) |
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.