メインコンテンツまでスキップ

AWSVPCFirewallStatelessRuleGroup

No description

type AWSVPCFirewallStatelessRuleGroup {
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: AWSVPCFirewallStatelessRules
}

Fields

AWSVPCFirewallStatelessRuleGroup.metadata ● ResourceMetadata! non-null object

The metadata to identify this resource in Shisho Cloud

AWSVPCFirewallStatelessRuleGroup.arn ● String! non-null scalar

The Amazon Resource Name (ARN) of the rule group

AWSVPCFirewallStatelessRuleGroup.id ● String! non-null scalar

The unique identifier for the rule group

AWSVPCFirewallStatelessRuleGroup.name ● String! non-null scalar

The descriptive name of the rule group

AWSVPCFirewallStatelessRuleGroup.capacity ● Int! non-null scalar

The maximum operating resources that this rule group can use

AWSVPCFirewallStatelessRuleGroup.consumedCapacity ● Int! non-null scalar

The number of capacity units currently consumed by the rule group rules

AWSVPCFirewallStatelessRuleGroup.description ● String! non-null scalar

A description of the rule group

AWSVPCFirewallStatelessRuleGroup.encryptionConfiguration ● AWSVPCFirewallEncryptionConfiguration object

A complex type that contains the Amazon Web Services KMS encryption configuration settings for your rule group

AWSVPCFirewallStatelessRuleGroup.lastModifiedAt ● DateTime scalar

The last time that the rule group was changed

AWSVPCFirewallStatelessRuleGroup.numberOfAssociations ● Int! non-null scalar

The number of firewall policies that use this rule group

AWSVPCFirewallStatelessRuleGroup.status ● AWSVPCFirewallRuleGroupRuleGroupStatusType! non-null enum

Detailed information about the current status of a rule group

AWSVPCFirewallStatelessRuleGroup.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

AWSVPCFirewallStatelessRuleGroup.sourceMetadata ● AWSVPCFirewallRuleGroupSourceMetadata object

A complex type that contains metadata about the rule group that your own rule group is copied from

AWSVPCFirewallStatelessRuleGroup.tags ● [AWSTag!]! non-null object

The key:value pairs to associate with the resource

AWSVPCFirewallStatelessRuleGroup.rules ● AWSVPCFirewallStatelessRules object

The rules in the rule group

Member of

AWSVPCFirewallPolicyStatelessRuleGroupReference object

Implemented by

AWSVPCFirewallRuleGroup union