Class: Aws::Route53Resolver::Types::CreateFirewallDomainListRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creator_request_idString

A unique string that identifies the request and that allows you to retry failed requests without the risk of running the operation twice. ‘CreatorRequestId` can be any unique string, for example, a date/time stamp.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


252
253
254
255
256
257
258
# File 'lib/aws-sdk-route53resolver/types.rb', line 252

class CreateFirewallDomainListRequest < Struct.new(
  :creator_request_id,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A name that lets you identify the domain list to manage and use it.

Returns:

  • (String)


252
253
254
255
256
257
258
# File 'lib/aws-sdk-route53resolver/types.rb', line 252

class CreateFirewallDomainListRequest < Struct.new(
  :creator_request_id,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of the tag keys and values that you want to associate with the domain list.

Returns:



252
253
254
255
256
257
258
# File 'lib/aws-sdk-route53resolver/types.rb', line 252

class CreateFirewallDomainListRequest < Struct.new(
  :creator_request_id,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end