libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecurityHub.Types.AwsSecretsManagerSecretRotationRules

Description

 
Synopsis

Documentation

data AwsSecretsManagerSecretRotationRules Source #

Defines the rotation schedule for the secret.

See: newAwsSecretsManagerSecretRotationRules smart constructor.

Constructors

AwsSecretsManagerSecretRotationRules' 

Fields

Instances

Instances details
Eq AwsSecretsManagerSecretRotationRules Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSecretsManagerSecretRotationRules

Read AwsSecretsManagerSecretRotationRules Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSecretsManagerSecretRotationRules

Show AwsSecretsManagerSecretRotationRules Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSecretsManagerSecretRotationRules

Generic AwsSecretsManagerSecretRotationRules Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSecretsManagerSecretRotationRules

NFData AwsSecretsManagerSecretRotationRules Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSecretsManagerSecretRotationRules

Hashable AwsSecretsManagerSecretRotationRules Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSecretsManagerSecretRotationRules

ToJSON AwsSecretsManagerSecretRotationRules Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSecretsManagerSecretRotationRules

FromJSON AwsSecretsManagerSecretRotationRules Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSecretsManagerSecretRotationRules

type Rep AwsSecretsManagerSecretRotationRules Source # 
Instance details

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.