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

pub struct RuleProperties {
    pub metric_name: Value<String>,
    pub name: Value<String>,
    pub predicates: Option<ValueList<Predicate>>,
}

Properties for the Rule resource.

Fields

Property MetricName.

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

Property Name.

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

Property Predicates.

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

Trait Implementations

impl Debug for RuleProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for RuleProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<RuleProperties> for Rule
[src]

[src]

Performs the conversion.

Auto Trait Implementations