Aws Network Firewall Rule Group Properties Response
data class AwsNetworkFirewallRuleGroupPropertiesResponse(val capacity: Int? = null, val description: String? = null, val ruleGroup: RuleGroupResponse? = null, val ruleGroupArn: String? = null, val ruleGroupId: String? = null, val ruleGroupName: String? = null, val tags: List<TagResponse>? = null, val type: String? = null)
Definition of awsNetworkFirewallRuleGroup
Constructors
Link copied to clipboard
constructor(capacity: Int? = null, description: String? = null, ruleGroup: RuleGroupResponse? = null, ruleGroupArn: String? = null, ruleGroupId: String? = null, ruleGroupName: String? = null, tags: List<TagResponse>? = null, type: String? = null)