Struct cfn::aws::wafregional::ByteMatchSetProperties [] [src]

pub struct ByteMatchSetProperties {
    pub byte_match_tuples: Option<ValueList<ByteMatchTuple>>,
    pub name: Value<String>,
}

Properties for the ByteMatchSet resource.

Fields

Property ByteMatchTuples.

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

Property Name.

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

Trait Implementations

impl Debug for ByteMatchSetProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for ByteMatchSetProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<ByteMatchSetProperties> for ByteMatchSet
[src]

[src]

Performs the conversion.

Auto Trait Implementations