Skip to content

RosEventRuleTargetsProps

Properties for defining a RosEventRuleTargets.

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

Initializer

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

Properties

Name Type Description
RuleName interface{} No description.
ContactParameters interface{} No description.
FcParameters interface{} No description.
MnsParameters interface{} No description.
SlsParameters interface{} No description.
WebhookParameters interface{} No description.

RuleNameRequired

RuleName interface{}
  • Type: interface{}

ContactParametersOptional

ContactParameters interface{}
  • Type: interface{}

FcParametersOptional

FcParameters interface{}
  • Type: interface{}

MnsParametersOptional

MnsParameters interface{}
  • Type: interface{}

SlsParametersOptional

SlsParameters interface{}
  • Type: interface{}

WebhookParametersOptional

WebhookParameters interface{}
  • Type: interface{}