RosTopicProps
Properties for defining a RosTopic.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-mns-topic
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkmns"
&alicloudroscdkmns.RosTopicProps {
    TopicName: interface{},
    LoggingEnabled: interface{},
    MaximumMessageSize: interface{},
}
Properties
| Name | Type | Description | 
|---|---|---|
| TopicName | interface{} | No description. | 
| LoggingEnabled | interface{} | No description. | 
| MaximumMessageSize | interface{} | No description. | 
TopicNameRequired 
TopicName interface{}
- Type: interface{}
LoggingEnabledOptional 
LoggingEnabled interface{}
- Type: interface{}
MaximumMessageSizeOptional 
MaximumMessageSize interface{}
- Type: interface{}