RosTopicProps
Properties for defining a RosTopic
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-kafka-topic
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkkafka"
&alicloudroscdkkafka.RosTopicProps {
InstanceId: interface{},
Remark: interface{},
Topic: interface{},
CompactTopic: interface{},
Config: interface{},
LocalTopic: interface{},
MinInsyncReplicas: interface{},
PartitionNum: interface{},
ReplicationFactor: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkkafka.RosTopic.TagsProperty,
}
Properties
Name | Type | Description |
---|---|---|
InstanceId |
interface{} |
No description. |
Remark |
interface{} |
No description. |
Topic |
interface{} |
No description. |
CompactTopic |
interface{} |
No description. |
Config |
interface{} |
No description. |
LocalTopic |
interface{} |
No description. |
MinInsyncReplicas |
interface{} |
No description. |
PartitionNum |
interface{} |
No description. |
ReplicationFactor |
interface{} |
No description. |
Tags |
*[]TagsProperty |
No description. |
InstanceId
Required
InstanceId interface{}
- Type: interface{}
Remark
Required
Remark interface{}
- Type: interface{}
Topic
Required
Topic interface{}
- Type: interface{}
CompactTopic
Optional
CompactTopic interface{}
- Type: interface{}
Config
Optional
Config interface{}
- Type: interface{}
LocalTopic
Optional
LocalTopic interface{}
- Type: interface{}
MinInsyncReplicas
Optional
MinInsyncReplicas interface{}
- Type: interface{}
PartitionNum
Optional
PartitionNum interface{}
- Type: interface{}
ReplicationFactor
Optional
ReplicationFactor interface{}
- Type: interface{}
Tags
Optional
Tags *[]TagsProperty
- Type: *[]TagsProperty