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

Description

 
Synopsis

Documentation

data AwsDynamoDbTableSseDescription Source #

Information about the server-side encryption for the table.

See: newAwsDynamoDbTableSseDescription smart constructor.

Constructors

AwsDynamoDbTableSseDescription' 

Fields

Instances

Instances details
Eq AwsDynamoDbTableSseDescription Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableSseDescription

Read AwsDynamoDbTableSseDescription Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableSseDescription

Show AwsDynamoDbTableSseDescription Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableSseDescription

Generic AwsDynamoDbTableSseDescription Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableSseDescription

Associated Types

type Rep AwsDynamoDbTableSseDescription :: Type -> Type #

NFData AwsDynamoDbTableSseDescription Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableSseDescription

Hashable AwsDynamoDbTableSseDescription Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableSseDescription

ToJSON AwsDynamoDbTableSseDescription Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableSseDescription

FromJSON AwsDynamoDbTableSseDescription Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableSseDescription

type Rep AwsDynamoDbTableSseDescription Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableSseDescription

type Rep AwsDynamoDbTableSseDescription = D1 ('MetaData "AwsDynamoDbTableSseDescription" "Amazonka.SecurityHub.Types.AwsDynamoDbTableSseDescription" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsDynamoDbTableSseDescription'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "inaccessibleEncryptionDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sseType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "kmsMasterKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newAwsDynamoDbTableSseDescription :: AwsDynamoDbTableSseDescription Source #

Create a value of AwsDynamoDbTableSseDescription 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:status:AwsDynamoDbTableSseDescription', awsDynamoDbTableSseDescription_status - The status of the server-side encryption.

$sel:inaccessibleEncryptionDateTime:AwsDynamoDbTableSseDescription', awsDynamoDbTableSseDescription_inaccessibleEncryptionDateTime - If the key is inaccessible, the date and time when DynamoDB detected that the key was inaccessible.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

$sel:sseType:AwsDynamoDbTableSseDescription', awsDynamoDbTableSseDescription_sseType - The type of server-side encryption.

$sel:kmsMasterKeyArn:AwsDynamoDbTableSseDescription', awsDynamoDbTableSseDescription_kmsMasterKeyArn - The ARN of the KMS key that is used for the KMS encryption.

awsDynamoDbTableSseDescription_inaccessibleEncryptionDateTime :: Lens' AwsDynamoDbTableSseDescription (Maybe Text) Source #

If the key is inaccessible, the date and time when DynamoDB detected that the key was inaccessible.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

awsDynamoDbTableSseDescription_kmsMasterKeyArn :: Lens' AwsDynamoDbTableSseDescription (Maybe Text) Source #

The ARN of the KMS key that is used for the KMS encryption.