AWSVPCFirewallStatefulRuleGroup
No description
type AWSVPCFirewallStatefulRuleGroup {
metadata: ResourceMetadata!
arn: String!
id: String!
name: String!
capacity: Int!
consumedCapacity: Int!
description: String!
encryptionConfiguration: AWSVPCFirewallEncryptionConfiguration
lastModifiedAt: DateTime
numberOfAssociations: Int!
status: AWSVPCFirewallRuleGroupRuleGroupStatusType!
snsTopic: String!
sourceMetadata: AWSVPCFirewallRuleGroupSourceMetadata
tags: [AWSTag!]!
rules: AWSVPCFirewallStatefulRules
}
Fields
AWSVPCFirewallStatefulRuleGroup.metadata
● ResourceMetadata!
non-null object
The metadata to identify this resource in Shisho Cloud
AWSVPCFirewallStatefulRuleGroup.arn
● String!
non-null scalar
The Amazon Resource Name (ARN) of the rule group
AWSVPCFirewallStatefulRuleGroup.id
● String!
non-null scalar
The unique identifier for the rule group
AWSVPCFirewallStatefulRuleGroup.name
● String!
non-null scalar
The descriptive name of the rule group
AWSVPCFirewallStatefulRuleGroup.capacity
● Int!
non-null scalar
The maximum operating resources that this rule group can use
AWSVPCFirewallStatefulRuleGroup.consumedCapacity
● Int!
non-null scalar
The number of capacity units currently consumed by the rule group rules
AWSVPCFirewallStatefulRuleGroup.description
● String!
non-null scalar
A description of the rule group
AWSVPCFirewallStatefulRuleGroup.encryptionConfiguration
● AWSVPCFirewallEncryptionConfiguration
object
A complex type that contains the Amazon Web Services KMS encryption configuration settings for your rule group
AWSVPCFirewallStatefulRuleGroup.lastModifiedAt
● DateTime
scalar
The last time that the rule group was changed
AWSVPCFirewallStatefulRuleGroup.numberOfAssociations
● Int!
non-null scalar
The number of firewall policies that use this rule group
AWSVPCFirewallStatefulRuleGroup.status
● AWSVPCFirewallRuleGroupRuleGroupStatusType!
non-null enum
Detailed information about the current status of a rule group
AWSVPCFirewallStatefulRuleGroup.snsTopic
● String!
non-null scalar
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service SNS topic that's used to record changes to the rule group
AWSVPCFirewallStatefulRuleGroup.sourceMetadata
● AWSVPCFirewallRuleGroupSourceMetadata
object
A complex type that contains metadata about the rule group that your own rule group is copied from
AWSVPCFirewallStatefulRuleGroup.tags
● [AWSTag!]!
non-null object
The key:value pairs to associate with the resource
AWSVPCFirewallStatefulRuleGroup.rules
● AWSVPCFirewallStatefulRules
object
The rules in the rule group
Member of
AWSVPCFirewallPolicyStatefulRuleGroupReference
object
Implemented by
AWSVPCFirewallRuleGroup
union