Struct aws_sdk_waf::types::builders::SqlInjectionMatchTupleBuilder
source · #[non_exhaustive]pub struct SqlInjectionMatchTupleBuilder { /* private fields */ }Expand description
A builder for SqlInjectionMatchTuple.
Implementations§
source§impl SqlInjectionMatchTupleBuilder
impl SqlInjectionMatchTupleBuilder
sourcepub fn field_to_match(self, input: FieldToMatch) -> Self
pub fn field_to_match(self, input: FieldToMatch) -> Self
Specifies where in a web request to look for snippets of malicious SQL code.
This field is required.sourcepub fn set_field_to_match(self, input: Option<FieldToMatch>) -> Self
pub fn set_field_to_match(self, input: Option<FieldToMatch>) -> Self
Specifies where in a web request to look for snippets of malicious SQL code.
sourcepub fn get_field_to_match(&self) -> &Option<FieldToMatch>
pub fn get_field_to_match(&self) -> &Option<FieldToMatch>
Specifies where in a web request to look for snippets of malicious SQL code.
sourcepub fn text_transformation(self, input: TextTransformation) -> Self
pub fn text_transformation(self, input: TextTransformation) -> Self
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting it for a match.
You can only specify a single type of TextTransformation.
CMD_LINE
When you're concerned that attackers are injecting an operating system command line command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:
-
Delete the following characters: \ " ' ^
-
Delete spaces before the following characters: / (
-
Replace the following characters with a space: , ;
-
Replace multiple spaces with one space
-
Convert uppercase letters (A-Z) to lowercase (a-z)
COMPRESS_WHITE_SPACE
Use this option to replace the following characters with a space character (decimal 32):
-
\f, formfeed, decimal 12
-
\t, tab, decimal 9
-
\n, newline, decimal 10
-
\r, carriage return, decimal 13
-
\v, vertical tab, decimal 11
-
non-breaking space, decimal 160
COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.
HTML_ENTITY_DECODE
Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:
-
Replaces
(ampersand)quot;with" -
Replaces
(ampersand)nbsp;with a non-breaking space, decimal 160 -
Replaces
(ampersand)lt;with a "less than" symbol -
Replaces
(ampersand)gt;with> -
Replaces characters that are represented in hexadecimal format,
(ampersand)#xhhhh;, with the corresponding characters -
Replaces characters that are represented in decimal format,
(ampersand)#nnnn;, with the corresponding characters
LOWERCASE
Use this option to convert uppercase letters (A-Z) to lowercase (a-z).
URL_DECODE
Use this option to decode a URL-encoded value.
NONE
Specify NONE if you don't want to perform any text transformations.
sourcepub fn set_text_transformation(self, input: Option<TextTransformation>) -> Self
pub fn set_text_transformation(self, input: Option<TextTransformation>) -> Self
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting it for a match.
You can only specify a single type of TextTransformation.
CMD_LINE
When you're concerned that attackers are injecting an operating system command line command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:
-
Delete the following characters: \ " ' ^
-
Delete spaces before the following characters: / (
-
Replace the following characters with a space: , ;
-
Replace multiple spaces with one space
-
Convert uppercase letters (A-Z) to lowercase (a-z)
COMPRESS_WHITE_SPACE
Use this option to replace the following characters with a space character (decimal 32):
-
\f, formfeed, decimal 12
-
\t, tab, decimal 9
-
\n, newline, decimal 10
-
\r, carriage return, decimal 13
-
\v, vertical tab, decimal 11
-
non-breaking space, decimal 160
COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.
HTML_ENTITY_DECODE
Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:
-
Replaces
(ampersand)quot;with" -
Replaces
(ampersand)nbsp;with a non-breaking space, decimal 160 -
Replaces
(ampersand)lt;with a "less than" symbol -
Replaces
(ampersand)gt;with> -
Replaces characters that are represented in hexadecimal format,
(ampersand)#xhhhh;, with the corresponding characters -
Replaces characters that are represented in decimal format,
(ampersand)#nnnn;, with the corresponding characters
LOWERCASE
Use this option to convert uppercase letters (A-Z) to lowercase (a-z).
URL_DECODE
Use this option to decode a URL-encoded value.
NONE
Specify NONE if you don't want to perform any text transformations.
sourcepub fn get_text_transformation(&self) -> &Option<TextTransformation>
pub fn get_text_transformation(&self) -> &Option<TextTransformation>
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on FieldToMatch before inspecting it for a match.
You can only specify a single type of TextTransformation.
CMD_LINE
When you're concerned that attackers are injecting an operating system command line command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:
-
Delete the following characters: \ " ' ^
-
Delete spaces before the following characters: / (
-
Replace the following characters with a space: , ;
-
Replace multiple spaces with one space
-
Convert uppercase letters (A-Z) to lowercase (a-z)
COMPRESS_WHITE_SPACE
Use this option to replace the following characters with a space character (decimal 32):
-
\f, formfeed, decimal 12
-
\t, tab, decimal 9
-
\n, newline, decimal 10
-
\r, carriage return, decimal 13
-
\v, vertical tab, decimal 11
-
non-breaking space, decimal 160
COMPRESS_WHITE_SPACE also replaces multiple spaces with one space.
HTML_ENTITY_DECODE
Use this option to replace HTML-encoded characters with unencoded characters. HTML_ENTITY_DECODE performs the following operations:
-
Replaces
(ampersand)quot;with" -
Replaces
(ampersand)nbsp;with a non-breaking space, decimal 160 -
Replaces
(ampersand)lt;with a "less than" symbol -
Replaces
(ampersand)gt;with> -
Replaces characters that are represented in hexadecimal format,
(ampersand)#xhhhh;, with the corresponding characters -
Replaces characters that are represented in decimal format,
(ampersand)#nnnn;, with the corresponding characters
LOWERCASE
Use this option to convert uppercase letters (A-Z) to lowercase (a-z).
URL_DECODE
Use this option to decode a URL-encoded value.
NONE
Specify NONE if you don't want to perform any text transformations.
sourcepub fn build(self) -> Result<SqlInjectionMatchTuple, BuildError>
pub fn build(self) -> Result<SqlInjectionMatchTuple, BuildError>
Consumes the builder and constructs a SqlInjectionMatchTuple.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for SqlInjectionMatchTupleBuilder
impl Clone for SqlInjectionMatchTupleBuilder
source§fn clone(&self) -> SqlInjectionMatchTupleBuilder
fn clone(&self) -> SqlInjectionMatchTupleBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for SqlInjectionMatchTupleBuilder
impl Default for SqlInjectionMatchTupleBuilder
source§fn default() -> SqlInjectionMatchTupleBuilder
fn default() -> SqlInjectionMatchTupleBuilder
source§impl PartialEq for SqlInjectionMatchTupleBuilder
impl PartialEq for SqlInjectionMatchTupleBuilder
source§fn eq(&self, other: &SqlInjectionMatchTupleBuilder) -> bool
fn eq(&self, other: &SqlInjectionMatchTupleBuilder) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SqlInjectionMatchTupleBuilder
Auto Trait Implementations§
impl Freeze for SqlInjectionMatchTupleBuilder
impl RefUnwindSafe for SqlInjectionMatchTupleBuilder
impl Send for SqlInjectionMatchTupleBuilder
impl Sync for SqlInjectionMatchTupleBuilder
impl Unpin for SqlInjectionMatchTupleBuilder
impl UnwindSafe for SqlInjectionMatchTupleBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more