class Aws::CloudFront::Types::QueryArgProfileConfig
Configuration for query argument-profile mapping for field-level encryption.
@note When making an API call, you may pass QueryArgProfileConfig
data as a hash: { forward_when_query_arg_profile_is_unknown: false, # required query_arg_profiles: { quantity: 1, # required items: [ { query_arg: "string", # required profile_id: "string", # required }, ], }, }
@!attribute [rw] forward_when_query_arg_profile_is_unknown
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. @return [Boolean]
@!attribute [rw] query_arg_profiles
Profiles specified for query argument-profile mapping for field-level encryption. @return [Types::QueryArgProfiles]
@see docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/QueryArgProfileConfig AWS API Documentation
Constants
- SENSITIVE