FirewallRuleGroupMetadata
Minimal high-level information for a firewall rule group. The action ListFirewallRuleGroups returns an array of these objects.
To retrieve full information for a firewall rule group, call GetFirewallRuleGroup and ListFirewallRules.
Contents
- Arn
-
The ARN (Amazon Resource Name) of the rule group.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: No
- CreatorRequestId
-
A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: No
- Id
-
The ID of the rule group.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Required: No
- Name
-
The name of the rule group.
Type: String
Length Constraints: Maximum length of 64.
Pattern:
(?!^[0-9]+$)([a-zA-Z0-9\-_' ']+)
Required: No
- OwnerId
-
The AWS account ID for the account that created the rule group. When a rule group is shared with your account, this is the account that has shared the rule group with you.
Type: String
Length Constraints: Minimum length of 12. Maximum length of 32.
Required: No
-
Whether the rule group is shared with other AWS accounts, or was shared with the current account by another AWS account. Sharing is configured through AWS Resource Access Manager (AWS RAM).
Type: String
Valid Values:
NOT_SHARED | SHARED_WITH_ME | SHARED_BY_ME
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: