class Aws::Route53Resolver::Types::CreateFirewallDomainListRequest

@note When making an API call, you may pass CreateFirewallDomainListRequest

data as a hash:

    {
      creator_request_id: "CreatorRequestId", # required
      name: "Name", # required
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] creator_request_id

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.
@return [String]

@!attribute [rw] name

A name that lets you identify the domain list to manage and use it.
@return [String]

@!attribute [rw] tags

A list of the tag keys and values that you want to associate with
the domain list.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/CreateFirewallDomainListRequest AWS API Documentation

Constants

SENSITIVE