RosEventRuleTargetsProps
Properties for defining a RosEventRuleTargets
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-eventruletargets
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cms;
new RosEventRuleTargetsProps {
object RuleName,
object ContactParameters = null,
object FcParameters = null,
object MnsParameters = null,
object SlsParameters = null,
object WebhookParameters = null
};
Properties
Name | Type | Description |
---|---|---|
RuleName |
object |
No description. |
ContactParameters |
object |
No description. |
FcParameters |
object |
No description. |
MnsParameters |
object |
No description. |
SlsParameters |
object |
No description. |
WebhookParameters |
object |
No description. |
RuleName
Required
public object RuleName { get; set; }
- Type: object
ContactParameters
Optional
public object ContactParameters { get; set; }
- Type: object
FcParameters
Optional
public object FcParameters { get; set; }
- Type: object
MnsParameters
Optional
public object MnsParameters { get; set; }
- Type: object
SlsParameters
Optional
public object SlsParameters { get; set; }
- Type: object
WebhookParameters
Optional
public object WebhookParameters { get; set; }
- Type: object