AwsNetworkFirewallRuleGroupPropertiesArgs

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

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)

Properties

Link copied to clipboard
val capacity: Output<Int>? = null

Property capacity

Link copied to clipboard
val description: Output<String>? = null

Property description

Link copied to clipboard
val ruleGroup: Output<RuleGroupArgs>? = null

Property ruleGroup

Link copied to clipboard
val ruleGroupArn: Output<String>? = null

A resource ARN.

Link copied to clipboard
val ruleGroupId: Output<String>? = null

Property ruleGroupId

Link copied to clipboard
val ruleGroupName: Output<String>? = null

Property ruleGroupName

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

Property tags

Link copied to clipboard
val type: Output<Either<String, Type>>? = null

Property type

Functions

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