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. |
TopicName
Required
TopicName interface{}
- Type: interface{}
LoggingEnabled
Optional
LoggingEnabled interface{}
- Type: interface{}
MaximumMessageSize
Optional
MaximumMessageSize interface{}
- Type: interface{}