Skip to content

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.

CommentRequired

Comment interface{}
  • Type: interface{}

ProjectNameRequired

ProjectName interface{}
  • Type: interface{}

RecordTypeRequired

RecordType interface{}
  • Type: interface{}

TopicNameRequired

TopicName interface{}
  • Type: interface{}

LifecycleOptional

Lifecycle interface{}
  • Type: interface{}

RecordSchemaOptional

RecordSchema interface{}
  • Type: interface{}

ShardCountOptional

ShardCount interface{}
  • Type: interface{}