Class: Aws::Route53Resolver::Types::FirewallRuleGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::FirewallRuleGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
High-level information for a firewall rule group. A firewall rule group is a collection of rules that DNS Firewall uses to filter DNS network traffic for a VPC. To retrieve the rules for the rule group, call ListFirewallRules.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN (Amazon Resource Name) of the rule group.
-
#creation_time ⇒ String
The date and time that the rule group was created, in Unix time format and Coordinated Universal Time (UTC).
-
#creator_request_id ⇒ String
A unique string defined by you to identify the request.
-
#id ⇒ String
The ID of the rule group.
-
#modification_time ⇒ String
The date and time that the rule group was last modified, in Unix time format and Coordinated Universal Time (UTC).
-
#name ⇒ String
The name of the rule group.
-
#owner_id ⇒ String
The Amazon Web Services account ID for the account that created the rule group.
-
#rule_count ⇒ Integer
The number of rules in the rule group.
-
#share_status ⇒ String
Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the current account by another Amazon Web Services account.
-
#status ⇒ String
The status of the domain list.
-
#status_message ⇒ String
Additional information about the status of the rule group, if available.
Instance Attribute Details
#arn ⇒ String
The ARN (Amazon Resource Name) of the rule group.
1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1847 class FirewallRuleGroup < Struct.new( :id, :arn, :name, :rule_count, :status, :status_message, :owner_id, :creator_request_id, :share_status, :creation_time, :modification_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ String
The date and time that the rule group was created, in Unix time format and Coordinated Universal Time (UTC).
1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1847 class FirewallRuleGroup < Struct.new( :id, :arn, :name, :rule_count, :status, :status_message, :owner_id, :creator_request_id, :share_status, :creation_time, :modification_time) SENSITIVE = [] include Aws::Structure end |
#creator_request_id ⇒ String
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.
1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1847 class FirewallRuleGroup < Struct.new( :id, :arn, :name, :rule_count, :status, :status_message, :owner_id, :creator_request_id, :share_status, :creation_time, :modification_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the rule group.
1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1847 class FirewallRuleGroup < Struct.new( :id, :arn, :name, :rule_count, :status, :status_message, :owner_id, :creator_request_id, :share_status, :creation_time, :modification_time) SENSITIVE = [] include Aws::Structure end |
#modification_time ⇒ String
The date and time that the rule group was last modified, in Unix time format and Coordinated Universal Time (UTC).
1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1847 class FirewallRuleGroup < Struct.new( :id, :arn, :name, :rule_count, :status, :status_message, :owner_id, :creator_request_id, :share_status, :creation_time, :modification_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the rule group.
1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1847 class FirewallRuleGroup < Struct.new( :id, :arn, :name, :rule_count, :status, :status_message, :owner_id, :creator_request_id, :share_status, :creation_time, :modification_time) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
The Amazon Web Services 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.
1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1847 class FirewallRuleGroup < Struct.new( :id, :arn, :name, :rule_count, :status, :status_message, :owner_id, :creator_request_id, :share_status, :creation_time, :modification_time) SENSITIVE = [] include Aws::Structure end |
#rule_count ⇒ Integer
The number of rules in the rule group.
1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1847 class FirewallRuleGroup < Struct.new( :id, :arn, :name, :rule_count, :status, :status_message, :owner_id, :creator_request_id, :share_status, :creation_time, :modification_time) SENSITIVE = [] include Aws::Structure end |
#share_status ⇒ String
Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the current account by another Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM).
1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1847 class FirewallRuleGroup < Struct.new( :id, :arn, :name, :rule_count, :status, :status_message, :owner_id, :creator_request_id, :share_status, :creation_time, :modification_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the domain list.
1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1847 class FirewallRuleGroup < Struct.new( :id, :arn, :name, :rule_count, :status, :status_message, :owner_id, :creator_request_id, :share_status, :creation_time, :modification_time) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
Additional information about the status of the rule group, if available.
1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1847 class FirewallRuleGroup < Struct.new( :id, :arn, :name, :rule_count, :status, :status_message, :owner_id, :creator_request_id, :share_status, :creation_time, :modification_time) SENSITIVE = [] include Aws::Structure end |