Skip to content

EventRuleTargetsProps

Properties for defining a EventRuleTargets.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcms"
&alicloudroscdkcms.EventRuleTargetsProps {
    RuleName: interface{},
    ContactParameters: interface{},
    FcParameters: interface{},
    MnsParameters: interface{},
    SlsParameters: interface{},
    WebhookParameters: interface{},
}

Properties

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

RuleNameRequired

RuleName interface{}
  • Type: interface{}

Property ruleName: The name of the alert rule.


ContactParametersOptional

ContactParameters interface{}
  • Type: interface{}

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


FcParametersOptional

FcParameters interface{}
  • Type: interface{}

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


MnsParametersOptional

MnsParameters interface{}
  • Type: interface{}

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


SlsParametersOptional

SlsParameters interface{}
  • Type: interface{}

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


WebhookParametersOptional

WebhookParameters interface{}
  • Type: interface{}

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