Struct cfn::aws::waf::SqlInjectionMatchSetProperties [] [src]

pub struct SqlInjectionMatchSetProperties {
    pub name: Value<String>,
    pub sql_injection_match_tuples: Option<ValueList<SqlInjectionMatchTuple>>,
}

Properties for the SqlInjectionMatchSet resource.

Fields

Property Name.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property SqlInjectionMatchTuples.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for SqlInjectionMatchSetProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for SqlInjectionMatchSetProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for SqlInjectionMatchSetProperties
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<SqlInjectionMatchSetProperties> for SqlInjectionMatchSet
[src]

[src]

Performs the conversion.

Auto Trait Implementations