libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront
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.CloudFront.Types.FieldLevelEncryption

Description

 
Synopsis

Documentation

data FieldLevelEncryption Source #

A complex data type that includes the profile configurations and other options specified for field-level encryption.

See: newFieldLevelEncryption smart constructor.

Constructors

FieldLevelEncryption' 

Fields

  • id :: Text

    The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

  • lastModifiedTime :: ISO8601

    The last time the field-level encryption configuration was changed.

  • fieldLevelEncryptionConfig :: FieldLevelEncryptionConfig

    A complex data type that includes the profile configurations specified for field-level encryption.

Instances

Instances details
Eq FieldLevelEncryption Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FieldLevelEncryption

Read FieldLevelEncryption Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FieldLevelEncryption

Show FieldLevelEncryption Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FieldLevelEncryption

Generic FieldLevelEncryption Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FieldLevelEncryption

Associated Types

type Rep FieldLevelEncryption :: Type -> Type #

NFData FieldLevelEncryption Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FieldLevelEncryption

Methods

rnf :: FieldLevelEncryption -> () #

Hashable FieldLevelEncryption Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FieldLevelEncryption

FromXML FieldLevelEncryption Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FieldLevelEncryption

type Rep FieldLevelEncryption Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FieldLevelEncryption

type Rep FieldLevelEncryption = D1 ('MetaData "FieldLevelEncryption" "Amazonka.CloudFront.Types.FieldLevelEncryption" "libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront" 'False) (C1 ('MetaCons "FieldLevelEncryption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601) :*: S1 ('MetaSel ('Just "fieldLevelEncryptionConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FieldLevelEncryptionConfig))))

newFieldLevelEncryption Source #

Create a value of FieldLevelEncryption 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:id:FieldLevelEncryption', fieldLevelEncryption_id - The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

$sel:lastModifiedTime:FieldLevelEncryption', fieldLevelEncryption_lastModifiedTime - The last time the field-level encryption configuration was changed.

$sel:fieldLevelEncryptionConfig:FieldLevelEncryption', fieldLevelEncryption_fieldLevelEncryptionConfig - A complex data type that includes the profile configurations specified for field-level encryption.

fieldLevelEncryption_id :: Lens' FieldLevelEncryption Text Source #

The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.

fieldLevelEncryption_lastModifiedTime :: Lens' FieldLevelEncryption UTCTime Source #

The last time the field-level encryption configuration was changed.

fieldLevelEncryption_fieldLevelEncryptionConfig :: Lens' FieldLevelEncryption FieldLevelEncryptionConfig Source #

A complex data type that includes the profile configurations specified for field-level encryption.