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.AwsSecretsManagerSecretDetails

Description

 
Synopsis

Documentation

data AwsSecretsManagerSecretDetails Source #

Details about an Secrets Manager secret.

See: newAwsSecretsManagerSecretDetails smart constructor.

Constructors

AwsSecretsManagerSecretDetails' 

Fields

Instances

Instances details
Eq AwsSecretsManagerSecretDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSecretsManagerSecretDetails

Read AwsSecretsManagerSecretDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSecretsManagerSecretDetails

Show AwsSecretsManagerSecretDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSecretsManagerSecretDetails

Generic AwsSecretsManagerSecretDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSecretsManagerSecretDetails

Associated Types

type Rep AwsSecretsManagerSecretDetails :: Type -> Type #

NFData AwsSecretsManagerSecretDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSecretsManagerSecretDetails

Hashable AwsSecretsManagerSecretDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSecretsManagerSecretDetails

ToJSON AwsSecretsManagerSecretDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSecretsManagerSecretDetails

FromJSON AwsSecretsManagerSecretDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSecretsManagerSecretDetails

type Rep AwsSecretsManagerSecretDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSecretsManagerSecretDetails

type Rep AwsSecretsManagerSecretDetails = D1 ('MetaData "AwsSecretsManagerSecretDetails" "Amazonka.SecurityHub.Types.AwsSecretsManagerSecretDetails" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsSecretsManagerSecretDetails'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "rotationRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AwsSecretsManagerSecretRotationRules)) :*: S1 ('MetaSel ('Just "rotationEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "deleted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "rotationOccurredWithinFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "rotationLambdaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newAwsSecretsManagerSecretDetails :: AwsSecretsManagerSecretDetails Source #

Create a value of AwsSecretsManagerSecretDetails 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:rotationRules:AwsSecretsManagerSecretDetails', awsSecretsManagerSecretDetails_rotationRules - Defines the rotation schedule for the secret.

$sel:rotationEnabled:AwsSecretsManagerSecretDetails', awsSecretsManagerSecretDetails_rotationEnabled - Whether rotation is enabled.

$sel:kmsKeyId:AwsSecretsManagerSecretDetails', awsSecretsManagerSecretDetails_kmsKeyId - The ARN, Key ID, or alias of the KMS key used to encrypt the SecretString or SecretBinary values for versions of this secret.

$sel:name:AwsSecretsManagerSecretDetails', awsSecretsManagerSecretDetails_name - The name of the secret.

$sel:deleted:AwsSecretsManagerSecretDetails', awsSecretsManagerSecretDetails_deleted - Whether the secret is deleted.

$sel:description:AwsSecretsManagerSecretDetails', awsSecretsManagerSecretDetails_description - The user-provided description of the secret.

$sel:rotationOccurredWithinFrequency:AwsSecretsManagerSecretDetails', awsSecretsManagerSecretDetails_rotationOccurredWithinFrequency - Whether the rotation occurred within the specified rotation frequency.

$sel:rotationLambdaArn:AwsSecretsManagerSecretDetails', awsSecretsManagerSecretDetails_rotationLambdaArn - The ARN of the Lambda function that rotates the secret.

awsSecretsManagerSecretDetails_kmsKeyId :: Lens' AwsSecretsManagerSecretDetails (Maybe Text) Source #

The ARN, Key ID, or alias of the KMS key used to encrypt the SecretString or SecretBinary values for versions of this secret.

awsSecretsManagerSecretDetails_rotationOccurredWithinFrequency :: Lens' AwsSecretsManagerSecretDetails (Maybe Bool) Source #

Whether the rotation occurred within the specified rotation frequency.

awsSecretsManagerSecretDetails_rotationLambdaArn :: Lens' AwsSecretsManagerSecretDetails (Maybe Text) Source #

The ARN of the Lambda function that rotates the secret.