Skip to content

RosRuleProps

Properties for defining a RosRule.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-iot-rule

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkiot"
&alicloudroscdkiot.RosRuleProps {
    Name: interface{},
    DataType: interface{},
    IotInstanceId: interface{},
    ProductKey: interface{},
    ResourceGroupId: interface{},
    RuleAction: interface{},
    RuleDesc: interface{},
    Select: interface{},
    ShortTopic: interface{},
    StartRule: interface{},
    TopicType: interface{},
    Where: interface{},
}

Properties

Name Type Description
Name interface{} No description.
DataType interface{} No description.
IotInstanceId interface{} No description.
ProductKey interface{} No description.
ResourceGroupId interface{} No description.
RuleAction interface{} No description.
RuleDesc interface{} No description.
Select interface{} No description.
ShortTopic interface{} No description.
StartRule interface{} No description.
TopicType interface{} No description.
Where interface{} No description.

NameRequired

Name interface{}
  • Type: interface{}

DataTypeOptional

DataType interface{}
  • Type: interface{}

IotInstanceIdOptional

IotInstanceId interface{}
  • Type: interface{}

ProductKeyOptional

ProductKey interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

RuleActionOptional

RuleAction interface{}
  • Type: interface{}

RuleDescOptional

RuleDesc interface{}
  • Type: interface{}

SelectOptional

Select interface{}
  • Type: interface{}

ShortTopicOptional

ShortTopic interface{}
  • Type: interface{}

StartRuleOptional

StartRule interface{}
  • Type: interface{}

TopicTypeOptional

TopicType interface{}
  • Type: interface{}

WhereOptional

Where interface{}
  • Type: interface{}