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 OpenApiParameters = 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: The information about the alert contact groups that receive alert notifications.
FcParameters object Property fcParameters: FC configuration.A maximum of 5 parameters.
MnsParameters object Property mnsParameters: MNS configuration.A maximum of 5 parameters.
OpenApiParameters object Property openApiParameters: API callback notification parameter list.
SlsParameters object Property slsParameters: SLS configuration.A maximum of 5 parameters.
WebhookParameters object Property webhookParameters: The information about the callback URLs that are used to receive alert notifications.

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: The information about the alert contact groups that receive alert notifications.


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.


OpenApiParametersOptional

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

Property openApiParameters: API callback notification parameter list.


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: The information about the callback URLs that are used to receive alert notifications.