Class: Aws::Route53Resolver::Types::FirewallRuleGroup

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53resolver/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

Instance Attribute Details

#arnString

The ARN (Amazon Resource Name) of the rule group.

Returns:

  • (String)


1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 1713

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_timeString

The date and time that the rule group was created, in Unix time format and Coordinated Universal Time (UTC).

Returns:

  • (String)


1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 1713

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_idString

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.

Returns:

  • (String)


1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 1713

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

#idString

The ID of the rule group.

Returns:

  • (String)


1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 1713

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_timeString

The date and time that the rule group was last modified, in Unix time format and Coordinated Universal Time (UTC).

Returns:

  • (String)


1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 1713

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

#nameString

The name of the rule group.

Returns:

  • (String)


1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 1713

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_idString

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.

Returns:

  • (String)


1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 1713

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_countInteger

The number of rules in the rule group.

Returns:

  • (Integer)


1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 1713

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_statusString

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

Returns:

  • (String)


1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 1713

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

#statusString

The status of the domain list.

Returns:

  • (String)


1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 1713

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_messageString

Additional information about the status of the rule group, if available.

Returns:

  • (String)


1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 1713

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