Skip to content

RosRuleProps

Properties for defining a RosRule.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-eventbridge-rule

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkeventbridge"
&alicloudroscdkeventbridge.RosRuleProps {
    EventBusName: interface{},
    FilterPattern: interface{},
    RuleName: interface{},
    Targets: interface{},
    Description: interface{},
    Status: interface{},
}

Properties

Name Type Description
EventBusName interface{} No description.
FilterPattern interface{} No description.
RuleName interface{} No description.
Targets interface{} No description.
Description interface{} No description.
Status interface{} No description.

EventBusNameRequired

EventBusName interface{}
  • Type: interface{}

FilterPatternRequired

FilterPattern interface{}
  • Type: interface{}

RuleNameRequired

RuleName interface{}
  • Type: interface{}

TargetsRequired

Targets interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

StatusOptional

Status interface{}
  • Type: interface{}