Struct aws_sdk_wafv2::types::builders::RateLimitQueryStringBuilder
source · #[non_exhaustive]pub struct RateLimitQueryStringBuilder { /* private fields */ }Expand description
A builder for RateLimitQueryString.
Implementations§
source§impl RateLimitQueryStringBuilder
impl RateLimitQueryStringBuilder
sourcepub fn text_transformations(self, input: TextTransformation) -> Self
pub fn text_transformations(self, input: TextTransformation) -> Self
Appends an item to text_transformations.
To override the contents of this collection use set_text_transformations.
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. Text transformations are used in rule match statements, to transform the FieldToMatch request component before inspecting it, and they're used in rate-based rule statements, to transform request components before using them as custom aggregation keys. If you specify one or more transformations to apply, WAF performs all transformations on the specified content, starting from the lowest priority setting, and then uses the component contents.
sourcepub fn set_text_transformations(
self,
input: Option<Vec<TextTransformation>>
) -> Self
pub fn set_text_transformations( self, input: Option<Vec<TextTransformation>> ) -> Self
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. Text transformations are used in rule match statements, to transform the FieldToMatch request component before inspecting it, and they're used in rate-based rule statements, to transform request components before using them as custom aggregation keys. If you specify one or more transformations to apply, WAF performs all transformations on the specified content, starting from the lowest priority setting, and then uses the component contents.
sourcepub fn get_text_transformations(&self) -> &Option<Vec<TextTransformation>>
pub fn get_text_transformations(&self) -> &Option<Vec<TextTransformation>>
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. Text transformations are used in rule match statements, to transform the FieldToMatch request component before inspecting it, and they're used in rate-based rule statements, to transform request components before using them as custom aggregation keys. If you specify one or more transformations to apply, WAF performs all transformations on the specified content, starting from the lowest priority setting, and then uses the component contents.
sourcepub fn build(self) -> RateLimitQueryString
pub fn build(self) -> RateLimitQueryString
Consumes the builder and constructs a RateLimitQueryString.
Trait Implementations§
source§impl Clone for RateLimitQueryStringBuilder
impl Clone for RateLimitQueryStringBuilder
source§fn clone(&self) -> RateLimitQueryStringBuilder
fn clone(&self) -> RateLimitQueryStringBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for RateLimitQueryStringBuilder
impl Debug for RateLimitQueryStringBuilder
source§impl Default for RateLimitQueryStringBuilder
impl Default for RateLimitQueryStringBuilder
source§fn default() -> RateLimitQueryStringBuilder
fn default() -> RateLimitQueryStringBuilder
source§impl PartialEq<RateLimitQueryStringBuilder> for RateLimitQueryStringBuilder
impl PartialEq<RateLimitQueryStringBuilder> for RateLimitQueryStringBuilder
source§fn eq(&self, other: &RateLimitQueryStringBuilder) -> bool
fn eq(&self, other: &RateLimitQueryStringBuilder) -> bool
self and other values to be equal, and is used
by ==.