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. |
TopicName
Required
public object TopicName { get; set; }
- Type: object
Property topicName: Topic name.
RefreshOptions
Optional
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.
SubscriptionName
Optional
public object SubscriptionName { get; set; }
- Type: object
Property subscriptionName: Subscription name.