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

Description

 
Synopsis

Documentation

data QueryArgProfileConfig Source #

Configuration for query argument-profile mapping for field-level encryption.

See: newQueryArgProfileConfig smart constructor.

Constructors

QueryArgProfileConfig' 

Fields

Instances

Instances details
Eq QueryArgProfileConfig Source # 
Instance details

Defined in Amazonka.CloudFront.Types.QueryArgProfileConfig

Read QueryArgProfileConfig Source # 
Instance details

Defined in Amazonka.CloudFront.Types.QueryArgProfileConfig

Show QueryArgProfileConfig Source # 
Instance details

Defined in Amazonka.CloudFront.Types.QueryArgProfileConfig

Generic QueryArgProfileConfig Source # 
Instance details

Defined in Amazonka.CloudFront.Types.QueryArgProfileConfig

Associated Types

type Rep QueryArgProfileConfig :: Type -> Type #

NFData QueryArgProfileConfig Source # 
Instance details

Defined in Amazonka.CloudFront.Types.QueryArgProfileConfig

Methods

rnf :: QueryArgProfileConfig -> () #

Hashable QueryArgProfileConfig Source # 
Instance details

Defined in Amazonka.CloudFront.Types.QueryArgProfileConfig

FromXML QueryArgProfileConfig Source # 
Instance details

Defined in Amazonka.CloudFront.Types.QueryArgProfileConfig

ToXML QueryArgProfileConfig Source # 
Instance details

Defined in Amazonka.CloudFront.Types.QueryArgProfileConfig

type Rep QueryArgProfileConfig Source # 
Instance details

Defined in Amazonka.CloudFront.Types.QueryArgProfileConfig

type Rep QueryArgProfileConfig = D1 ('MetaData "QueryArgProfileConfig" "Amazonka.CloudFront.Types.QueryArgProfileConfig" "libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront" 'False) (C1 ('MetaCons "QueryArgProfileConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "queryArgProfiles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe QueryArgProfiles)) :*: S1 ('MetaSel ('Just "forwardWhenQueryArgProfileIsUnknown") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))

newQueryArgProfileConfig Source #

Create a value of QueryArgProfileConfig 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:queryArgProfiles:QueryArgProfileConfig', queryArgProfileConfig_queryArgProfiles - Profiles specified for query argument-profile mapping for field-level encryption.

$sel:forwardWhenQueryArgProfileIsUnknown:QueryArgProfileConfig', queryArgProfileConfig_forwardWhenQueryArgProfileIsUnknown - Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.

queryArgProfileConfig_queryArgProfiles :: Lens' QueryArgProfileConfig (Maybe QueryArgProfiles) Source #

Profiles specified for query argument-profile mapping for field-level encryption.

queryArgProfileConfig_forwardWhenQueryArgProfileIsUnknown :: Lens' QueryArgProfileConfig Bool Source #

Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.