Struct cfn::aws::iot::TopicRuleProperties [] [src]

pub struct TopicRuleProperties {
    pub rule_name: Option<Value<String>>,
    pub topic_rule_payload: Value<TopicRulePayload>,
}

Properties for the TopicRule resource.

Fields

Property RuleName.

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

Property TopicRulePayload.

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

Trait Implementations

impl Debug for TopicRuleProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for TopicRuleProperties
[src]

[src]

Returns the "default value" for a type. Read more

impl Serialize for TopicRuleProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<TopicRuleProperties> for TopicRule
[src]

[src]

Performs the conversion.

Auto Trait Implementations