RosTopicProps
Properties for defining a RosTopic
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-datahub-topic
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkdatahub"
&alicloudroscdkdatahub.RosTopicProps {
Comment: interface{},
ProjectName: interface{},
RecordType: interface{},
TopicName: interface{},
Lifecycle: interface{},
RecordSchema: interface{},
ShardCount: interface{},
}
Properties
Name | Type | Description |
---|---|---|
Comment |
interface{} |
No description. |
ProjectName |
interface{} |
No description. |
RecordType |
interface{} |
No description. |
TopicName |
interface{} |
No description. |
Lifecycle |
interface{} |
No description. |
RecordSchema |
interface{} |
No description. |
ShardCount |
interface{} |
No description. |
Comment
Required
Comment interface{}
- Type: interface{}
ProjectName
Required
ProjectName interface{}
- Type: interface{}
RecordType
Required
RecordType interface{}
- Type: interface{}
TopicName
Required
TopicName interface{}
- Type: interface{}
Lifecycle
Optional
Lifecycle interface{}
- Type: interface{}
RecordSchema
Optional
RecordSchema interface{}
- Type: interface{}
ShardCount
Optional
ShardCount interface{}
- Type: interface{}