Class: Aws::Route53Resolver::Types::FirewallRuleGroupAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::FirewallRuleGroupAssociation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
An association between a firewall rule group and a VPC, which enables DNS filtering for the VPC.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the firewall rule group association.
-
#creation_time ⇒ String
The date and time that the association 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.
-
#firewall_rule_group_id ⇒ String
The unique identifier of the firewall rule group.
-
#id ⇒ String
The identifier for the association.
-
#managed_owner_name ⇒ String
The owner of the association, used only for associations that are not managed by you.
-
#modification_time ⇒ String
The date and time that the association was last modified, in Unix time format and Coordinated Universal Time (UTC).
-
#mutation_protection ⇒ String
If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.
-
#name ⇒ String
The name of the association.
-
#priority ⇒ Integer
The setting that determines the processing order of the rule group among the rule groups that are associated with a single VPC.
-
#status ⇒ String
The current status of the association.
-
#status_message ⇒ String
Additional information about the status of the response, if available.
-
#vpc_id ⇒ String
The unique identifier of the VPC that is associated with the rule group.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the firewall rule group association.
1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1871 class FirewallRuleGroupAssociation < Struct.new( :id, :arn, :firewall_rule_group_id, :vpc_id, :name, :priority, :mutation_protection, :managed_owner_name, :status, :status_message, :creator_request_id, :creation_time, :modification_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ String
The date and time that the association was created, in Unix time format and Coordinated Universal Time (UTC).
1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1871 class FirewallRuleGroupAssociation < Struct.new( :id, :arn, :firewall_rule_group_id, :vpc_id, :name, :priority, :mutation_protection, :managed_owner_name, :status, :status_message, :creator_request_id, :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.
1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1871 class FirewallRuleGroupAssociation < Struct.new( :id, :arn, :firewall_rule_group_id, :vpc_id, :name, :priority, :mutation_protection, :managed_owner_name, :status, :status_message, :creator_request_id, :creation_time, :modification_time) SENSITIVE = [] include Aws::Structure end |
#firewall_rule_group_id ⇒ String
The unique identifier of the firewall rule group.
1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1871 class FirewallRuleGroupAssociation < Struct.new( :id, :arn, :firewall_rule_group_id, :vpc_id, :name, :priority, :mutation_protection, :managed_owner_name, :status, :status_message, :creator_request_id, :creation_time, :modification_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier for the association.
1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1871 class FirewallRuleGroupAssociation < Struct.new( :id, :arn, :firewall_rule_group_id, :vpc_id, :name, :priority, :mutation_protection, :managed_owner_name, :status, :status_message, :creator_request_id, :creation_time, :modification_time) SENSITIVE = [] include Aws::Structure end |
#managed_owner_name ⇒ String
The owner of the association, used only for associations that are not managed by you. If you use Firewall Manager to manage your DNS Firewalls, then this reports Firewall Manager as the managed owner.
1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1871 class FirewallRuleGroupAssociation < Struct.new( :id, :arn, :firewall_rule_group_id, :vpc_id, :name, :priority, :mutation_protection, :managed_owner_name, :status, :status_message, :creator_request_id, :creation_time, :modification_time) SENSITIVE = [] include Aws::Structure end |
#modification_time ⇒ String
The date and time that the association was last modified, in Unix time format and Coordinated Universal Time (UTC).
1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1871 class FirewallRuleGroupAssociation < Struct.new( :id, :arn, :firewall_rule_group_id, :vpc_id, :name, :priority, :mutation_protection, :managed_owner_name, :status, :status_message, :creator_request_id, :creation_time, :modification_time) SENSITIVE = [] include Aws::Structure end |
#mutation_protection ⇒ String
If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.
1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1871 class FirewallRuleGroupAssociation < Struct.new( :id, :arn, :firewall_rule_group_id, :vpc_id, :name, :priority, :mutation_protection, :managed_owner_name, :status, :status_message, :creator_request_id, :creation_time, :modification_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the association.
1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1871 class FirewallRuleGroupAssociation < Struct.new( :id, :arn, :firewall_rule_group_id, :vpc_id, :name, :priority, :mutation_protection, :managed_owner_name, :status, :status_message, :creator_request_id, :creation_time, :modification_time) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The setting that determines the processing order of the rule group among the rule groups that are associated with a single VPC. DNS Firewall filters VPC traffic starting from rule group with the lowest numeric priority setting.
1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1871 class FirewallRuleGroupAssociation < Struct.new( :id, :arn, :firewall_rule_group_id, :vpc_id, :name, :priority, :mutation_protection, :managed_owner_name, :status, :status_message, :creator_request_id, :creation_time, :modification_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the association.
1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1871 class FirewallRuleGroupAssociation < Struct.new( :id, :arn, :firewall_rule_group_id, :vpc_id, :name, :priority, :mutation_protection, :managed_owner_name, :status, :status_message, :creator_request_id, :creation_time, :modification_time) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
Additional information about the status of the response, if available.
1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1871 class FirewallRuleGroupAssociation < Struct.new( :id, :arn, :firewall_rule_group_id, :vpc_id, :name, :priority, :mutation_protection, :managed_owner_name, :status, :status_message, :creator_request_id, :creation_time, :modification_time) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The unique identifier of the VPC that is associated with the rule group.
1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1871 class FirewallRuleGroupAssociation < Struct.new( :id, :arn, :firewall_rule_group_id, :vpc_id, :name, :priority, :mutation_protection, :managed_owner_name, :status, :status_message, :creator_request_id, :creation_time, :modification_time) SENSITIVE = [] include Aws::Structure end |