class Aws::PinpointEmail::Types::CreateDedicatedIpPoolRequest

A request to create a new dedicated IP pool.

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

data as a hash:

    {
      pool_name: "PoolName", # required
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] pool_name

The name of the dedicated IP pool.
@return [String]

@!attribute [rw] tags

An object that defines the tags (keys and values) that you want to
associate with the pool.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/pinpoint-email-2018-07-26/CreateDedicatedIpPoolRequest AWS API Documentation

Constants

SENSITIVE