Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data QueryArgProfileConfig Source #
Configuration for query argument-profile mapping for field-level encryption.
See: newQueryArgProfileConfig
smart constructor.
QueryArgProfileConfig' | |
|
Instances
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.