Skip to content

SubscriptionsProps

Properties for defining a Subscriptions.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Mns;
new SubscriptionsProps {
    object TopicName,
    object RefreshOptions = null,
    object SubscriptionName = null
};

Properties

Name Type Description
TopicName object Property topicName: Topic name.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
SubscriptionName object Property subscriptionName: Subscription name.

TopicNameRequired

public object TopicName { get; set; }
  • Type: object

Property topicName: Topic name.


RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.

SubscriptionNameOptional

public object SubscriptionName { get; set; }
  • Type: object

Property subscriptionName: Subscription name.