RosSubscriptionsProps
Properties for defining a RosSubscriptions.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-mns-subscriptions
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkmns/datasource"
&datasource.RosSubscriptionsProps {
TopicName: interface{},
RefreshOptions: interface{},
SubscriptionName: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
TopicName |
interface{} |
No description. |
RefreshOptions |
interface{} |
No description. |
SubscriptionName |
interface{} |
No description. |
TopicNameRequired
TopicName interface{}
- Type: interface{}
RefreshOptionsOptional
RefreshOptions interface{}
- Type: interface{}
SubscriptionNameOptional
SubscriptionName interface{}
- Type: interface{}