Skip to content

RosSubscriptionProps

Properties for defining a RosSubscription.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkmns"
&alicloudroscdkmns.RosSubscriptionProps {
    Endpoint: interface{},
    SubscriptionName: interface{},
    TopicName: interface{},
    FilterTag: interface{},
    NotifyContentFormat: interface{},
    NotifyStrategy: interface{},
}

Properties

Name Type Description
Endpoint interface{} No description.
SubscriptionName interface{} No description.
TopicName interface{} No description.
FilterTag interface{} No description.
NotifyContentFormat interface{} No description.
NotifyStrategy interface{} No description.

EndpointRequired

Endpoint interface{}
  • Type: interface{}

SubscriptionNameRequired

SubscriptionName interface{}
  • Type: interface{}

TopicNameRequired

TopicName interface{}
  • Type: interface{}

FilterTagOptional

FilterTag interface{}
  • Type: interface{}

NotifyContentFormatOptional

NotifyContentFormat interface{}
  • Type: interface{}

NotifyStrategyOptional

NotifyStrategy interface{}
  • Type: interface{}