Rule Group Args
fun RuleGroupArgs(availableLabels: Output<List<RuleGroupLabelSummaryArgs>>? = null, capacity: Output<Int>? = null, consumedLabels: Output<List<RuleGroupLabelSummaryArgs>>? = null, customResponseBodies: Output<RuleGroupCustomResponseBodiesArgs>? = null, description: Output<String>? = null, name: Output<String>? = null, rules: Output<List<RuleGroupRuleArgs>>? = null, scope: Output<RuleGroupScope>? = null, tags: Output<List<RuleGroupTagArgs>>? = null, visibilityConfig: Output<RuleGroupVisibilityConfigArgs>? = null)