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. |
RuleName
Required
RuleName interface{}
- Type: interface{}
Property ruleName: The name of the alert rule.
ContactParameters
Optional
ContactParameters interface{}
- Type: interface{}
Property contactParameters: CONTACT configuration.A maximum of 5 parameters.
FcParameters
Optional
FcParameters interface{}
- Type: interface{}
Property fcParameters: FC configuration.A maximum of 5 parameters.
MnsParameters
Optional
MnsParameters interface{}
- Type: interface{}
Property mnsParameters: MNS configuration.A maximum of 5 parameters.
SlsParameters
Optional
SlsParameters interface{}
- Type: interface{}
Property slsParameters: SLS configuration.A maximum of 5 parameters.
WebhookParameters
Optional
WebhookParameters interface{}
- Type: interface{}
Property webhookParameters: WEBHOOK configuration.A maximum of 5 parameters.