RuleGroupArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): RuleGroupArgs

Properties

Link copied to clipboard
val capacity: Output<Int>? = null
Link copied to clipboard
val description: Output<String>? = null
Link copied to clipboard
val ruleGroup: Output<RuleGroupArgs>? = null
Link copied to clipboard
val ruleGroupName: Output<String>? = null
Link copied to clipboard
val tags: Output<List<RuleGroupTagArgs>>? = null
Link copied to clipboard
val type: Output<RuleGroupTypeEnum>? = null