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

Description

 
Synopsis

Documentation

data FieldLevelEncryptionConfig Source #

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

See: newFieldLevelEncryptionConfig smart constructor.

Constructors

FieldLevelEncryptionConfig' 

Fields

Instances

Instances details
Eq FieldLevelEncryptionConfig Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FieldLevelEncryptionConfig

Read FieldLevelEncryptionConfig Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FieldLevelEncryptionConfig

Show FieldLevelEncryptionConfig Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FieldLevelEncryptionConfig

Generic FieldLevelEncryptionConfig Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FieldLevelEncryptionConfig

Associated Types

type Rep FieldLevelEncryptionConfig :: Type -> Type #

NFData FieldLevelEncryptionConfig Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FieldLevelEncryptionConfig

Hashable FieldLevelEncryptionConfig Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FieldLevelEncryptionConfig

FromXML FieldLevelEncryptionConfig Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FieldLevelEncryptionConfig

ToXML FieldLevelEncryptionConfig Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FieldLevelEncryptionConfig

type Rep FieldLevelEncryptionConfig Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FieldLevelEncryptionConfig

type Rep FieldLevelEncryptionConfig = D1 ('MetaData "FieldLevelEncryptionConfig" "Amazonka.CloudFront.Types.FieldLevelEncryptionConfig" "libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront" 'False) (C1 ('MetaCons "FieldLevelEncryptionConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "queryArgProfileConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe QueryArgProfileConfig)) :*: S1 ('MetaSel ('Just "contentTypeProfileConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContentTypeProfileConfig))) :*: (S1 ('MetaSel ('Just "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "callerReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newFieldLevelEncryptionConfig Source #

Create a value of FieldLevelEncryptionConfig 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:queryArgProfileConfig:FieldLevelEncryptionConfig', fieldLevelEncryptionConfig_queryArgProfileConfig - A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.

$sel:contentTypeProfileConfig:FieldLevelEncryptionConfig', fieldLevelEncryptionConfig_contentTypeProfileConfig - A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.

$sel:comment:FieldLevelEncryptionConfig', fieldLevelEncryptionConfig_comment - An optional comment about the configuration. The comment cannot be longer than 128 characters.

$sel:callerReference:FieldLevelEncryptionConfig', fieldLevelEncryptionConfig_callerReference - A unique number that ensures the request can't be replayed.

fieldLevelEncryptionConfig_queryArgProfileConfig :: Lens' FieldLevelEncryptionConfig (Maybe QueryArgProfileConfig) Source #

A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.

fieldLevelEncryptionConfig_contentTypeProfileConfig :: Lens' FieldLevelEncryptionConfig (Maybe ContentTypeProfileConfig) Source #

A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.

fieldLevelEncryptionConfig_comment :: Lens' FieldLevelEncryptionConfig (Maybe Text) Source #

An optional comment about the configuration. The comment cannot be longer than 128 characters.

fieldLevelEncryptionConfig_callerReference :: Lens' FieldLevelEncryptionConfig Text Source #

A unique number that ensures the request can't be replayed.