Class: Aws::Route53Resolver::Types::FirewallDomainList

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb

Overview

High-level information about a list of firewall domains for use in a FirewallRule. This is returned by GetFirewallDomainList.

To retrieve the domains that are defined for this domain list, call ListFirewallDomains.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the firewall domain list.

Returns:

  • (String)


2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2110

class FirewallDomainList < Struct.new(
  :id,
  :arn,
  :name,
  :domain_count,
  :status,
  :status_message,
  :managed_owner_name,
  :creator_request_id,
  :creation_time,
  :modification_time,
  :category,
  :managed_list_type)
  SENSITIVE = []
  include Aws::Structure
end

#categoryString

The category of the domain list.

Returns:

  • (String)


2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2110

class FirewallDomainList < Struct.new(
  :id,
  :arn,
  :name,
  :domain_count,
  :status,
  :status_message,
  :managed_owner_name,
  :creator_request_id,
  :creation_time,
  :modification_time,
  :category,
  :managed_list_type)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeString

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

Returns:

  • (String)


2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2110

class FirewallDomainList < Struct.new(
  :id,
  :arn,
  :name,
  :domain_count,
  :status,
  :status_message,
  :managed_owner_name,
  :creator_request_id,
  :creation_time,
  :modification_time,
  :category,
  :managed_list_type)
  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)


2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2110

class FirewallDomainList < Struct.new(
  :id,
  :arn,
  :name,
  :domain_count,
  :status,
  :status_message,
  :managed_owner_name,
  :creator_request_id,
  :creation_time,
  :modification_time,
  :category,
  :managed_list_type)
  SENSITIVE = []
  include Aws::Structure
end

#domain_countInteger

The number of domain names that are specified in the domain list.

Returns:

  • (Integer)


2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2110

class FirewallDomainList < Struct.new(
  :id,
  :arn,
  :name,
  :domain_count,
  :status,
  :status_message,
  :managed_owner_name,
  :creator_request_id,
  :creation_time,
  :modification_time,
  :category,
  :managed_list_type)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the domain list.

Returns:

  • (String)


2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2110

class FirewallDomainList < Struct.new(
  :id,
  :arn,
  :name,
  :domain_count,
  :status,
  :status_message,
  :managed_owner_name,
  :creator_request_id,
  :creation_time,
  :modification_time,
  :category,
  :managed_list_type)
  SENSITIVE = []
  include Aws::Structure
end

#managed_list_typeString

The type of the managed domain list, for example THREAT.

Returns:

  • (String)


2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2110

class FirewallDomainList < Struct.new(
  :id,
  :arn,
  :name,
  :domain_count,
  :status,
  :status_message,
  :managed_owner_name,
  :creator_request_id,
  :creation_time,
  :modification_time,
  :category,
  :managed_list_type)
  SENSITIVE = []
  include Aws::Structure
end

#managed_owner_nameString

The owner of the list, used only for lists that are not managed by you. For example, the managed domain list AWSManagedDomainsMalwareDomainList has the managed owner name Route 53 Resolver DNS Firewall.

Returns:

  • (String)


2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2110

class FirewallDomainList < Struct.new(
  :id,
  :arn,
  :name,
  :domain_count,
  :status,
  :status_message,
  :managed_owner_name,
  :creator_request_id,
  :creation_time,
  :modification_time,
  :category,
  :managed_list_type)
  SENSITIVE = []
  include Aws::Structure
end

#modification_timeString

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

Returns:

  • (String)


2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2110

class FirewallDomainList < Struct.new(
  :id,
  :arn,
  :name,
  :domain_count,
  :status,
  :status_message,
  :managed_owner_name,
  :creator_request_id,
  :creation_time,
  :modification_time,
  :category,
  :managed_list_type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the domain list.

Returns:

  • (String)


2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2110

class FirewallDomainList < Struct.new(
  :id,
  :arn,
  :name,
  :domain_count,
  :status,
  :status_message,
  :managed_owner_name,
  :creator_request_id,
  :creation_time,
  :modification_time,
  :category,
  :managed_list_type)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the domain list.

Returns:

  • (String)


2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2110

class FirewallDomainList < Struct.new(
  :id,
  :arn,
  :name,
  :domain_count,
  :status,
  :status_message,
  :managed_owner_name,
  :creator_request_id,
  :creation_time,
  :modification_time,
  :category,
  :managed_list_type)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

Additional information about the status of the list, if available.

Returns:

  • (String)


2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2110

class FirewallDomainList < Struct.new(
  :id,
  :arn,
  :name,
  :domain_count,
  :status,
  :status_message,
  :managed_owner_name,
  :creator_request_id,
  :creation_time,
  :modification_time,
  :category,
  :managed_list_type)
  SENSITIVE = []
  include Aws::Structure
end