Aws Network Firewall Rule Group Properties Args
data class AwsNetworkFirewallRuleGroupPropertiesArgs(val capacity: Output<Int>? = null, val description: Output<String>? = null, val ruleGroup: Output<RuleGroupArgs>? = null, val ruleGroupArn: Output<String>? = null, val ruleGroupId: Output<String>? = null, val ruleGroupName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val type: Output<Either<String, Type>>? = null) : ConvertibleToJava<AwsNetworkFirewallRuleGroupPropertiesArgs>
Definition of awsNetworkFirewallRuleGroup
Constructors
Link copied to clipboard
constructor(capacity: Output<Int>? = null, description: Output<String>? = null, ruleGroup: Output<RuleGroupArgs>? = null, ruleGroupArn: Output<String>? = null, ruleGroupId: Output<String>? = null, ruleGroupName: Output<String>? = null, tags: Output<List<TagArgs>>? = null, type: Output<Either<String, Type>>? = null)