Skip to content

EventRuleTargetsProps

Properties for defining a EventRuleTargets.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-eventruletargets

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cms;
new EventRuleTargetsProps {
    object RuleName,
    object ContactParameters = null,
    object FcParameters = null,
    object MnsParameters = null,
    object SlsParameters = null,
    object WebhookParameters = null
};

Properties

Name Type Description
RuleName object Property ruleName: The name of the alert rule.
ContactParameters object Property contactParameters: CONTACT configuration.A maximum of 5 parameters.
FcParameters object Property fcParameters: FC configuration.A maximum of 5 parameters.
MnsParameters object Property mnsParameters: MNS configuration.A maximum of 5 parameters.
SlsParameters object Property slsParameters: SLS configuration.A maximum of 5 parameters.
WebhookParameters object Property webhookParameters: WEBHOOK configuration.A maximum of 5 parameters.

RuleNameRequired

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

Property ruleName: The name of the alert rule.


ContactParametersOptional

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

Property contactParameters: CONTACT configuration.A maximum of 5 parameters.


FcParametersOptional

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

Property fcParameters: FC configuration.A maximum of 5 parameters.


MnsParametersOptional

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

Property mnsParameters: MNS configuration.A maximum of 5 parameters.


SlsParametersOptional

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

Property slsParameters: SLS configuration.A maximum of 5 parameters.


WebhookParametersOptional

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

Property webhookParameters: WEBHOOK configuration.A maximum of 5 parameters.