Skip to content

RosSubscriptionProps

Properties for defining a RosSubscription.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-mns-subscription

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkmns/datasource"
&datasource.RosSubscriptionProps {
    SubscriptionName: interface{},
    TopicName: interface{},
    RefreshOptions: interface{},
}

Properties

Name Type Description
SubscriptionName interface{} No description.
TopicName interface{} No description.
RefreshOptions interface{} No description.

SubscriptionNameRequired

SubscriptionName interface{}
  • Type: interface{}

TopicNameRequired

TopicName interface{}
  • Type: interface{}

RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}