Struct cfn::aws::iot::topic_rule::TopicRulePayload [] [src]

pub struct TopicRulePayload {
    pub actions: ValueList<Action>,
    pub aws_iot_sql_version: Option<Value<String>>,
    pub description: Option<Value<String>>,
    pub rule_disabled: Value<bool>,
    pub sql: Value<String>,
}

Fields

Property Actions.

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

Property AwsIotSqlVersion.

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

Property Description.

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

Property RuleDisabled.

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

Property Sql.

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

Trait Implementations

impl Debug for TopicRulePayload
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for TopicRulePayload
[src]

[src]

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

Auto Trait Implementations