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. |
EventBusName
Required
EventBusName interface{}
- Type: interface{}
FilterPattern
Required
FilterPattern interface{}
- Type: interface{}
RuleName
Required
RuleName interface{}
- Type: interface{}
Targets
Required
Targets interface{}
- Type: interface{}
Description
Optional
Description interface{}
- Type: interface{}
Status
Optional
Status interface{}
- Type: interface{}