Rule Group Args
data class RuleGroupArgs(val capacity: Output<Int>? = null, val description: Output<String>? = null, val ruleGroup: Output<RuleGroupArgs>? = null, val ruleGroupName: Output<String>? = null, val tags: Output<List<RuleGroupTagArgs>>? = null, val type: Output<RuleGroupTypeEnum>? = null) : ConvertibleToJava<RuleGroupArgs>
Resource type definition for AWS::NetworkFirewall::RuleGroup
Constructors
Link copied to clipboard
fun RuleGroupArgs(capacity: Output<Int>? = null, description: Output<String>? = null, ruleGroup: Output<RuleGroupArgs>? = null, ruleGroupName: Output<String>? = null, tags: Output<List<RuleGroupTagArgs>>? = null, type: Output<RuleGroupTypeEnum>? = null)