Package com.pulumi.alicloud.arms.outputs
Class GetDispatchRulesRule
- java.lang.Object
-
- com.pulumi.alicloud.arms.outputs.GetDispatchRulesRule
-
public final class GetDispatchRulesRule extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetDispatchRulesRule.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetDispatchRulesRule.Builder
builder()
static GetDispatchRulesRule.Builder
builder(GetDispatchRulesRule defaults)
java.lang.String
dispatchRuleId()
java.lang.String
dispatchRuleName()
java.lang.String
dispatchType()
java.util.List<GetDispatchRulesRuleGroupRule>
groupRules()
java.lang.String
id()
java.util.List<GetDispatchRulesRuleLabelMatchExpressionGrid>
labelMatchExpressionGrids()
java.util.List<GetDispatchRulesRuleNotifyRule>
notifyRules()
java.lang.String
status()
-
-
-
Method Detail
-
dispatchRuleId
public java.lang.String dispatchRuleId()
- Returns:
- Dispatch rule ID.
-
dispatchRuleName
public java.lang.String dispatchRuleName()
- Returns:
- The name of the dispatch rule.
-
dispatchType
public java.lang.String dispatchType()
-
groupRules
public java.util.List<GetDispatchRulesRuleGroupRule> groupRules()
- Returns:
- Sets the event group.
-
id
public java.lang.String id()
- Returns:
- The ID of the Dispatch Rule.
-
labelMatchExpressionGrids
public java.util.List<GetDispatchRulesRuleLabelMatchExpressionGrid> labelMatchExpressionGrids()
- Returns:
- Sets the dispatch rule.
-
notifyRules
public java.util.List<GetDispatchRulesRuleNotifyRule> notifyRules()
- Returns:
- Sets the notification rule.
-
status
public java.lang.String status()
- Returns:
- The resource status of Alert Dispatch Rule.
-
builder
public static GetDispatchRulesRule.Builder builder()
-
builder
public static GetDispatchRulesRule.Builder builder(GetDispatchRulesRule defaults)
-
-