Creates a new pool and associates the specified origination identity to the pool. A pool can include one or more phone numbers and SenderIds that are associated with your Amazon Web Services account.
See https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_create_pool/ for full documentation.
pinpointsmsvoicev2_create_pool(
OriginationIdentity,
IsoCountryCode,
MessageType,
DeletionProtectionEnabled = NULL,
Tags = NULL,
ClientToken = NULL
)
[required] The origination identity to use such as a PhoneNumberId, PhoneNumberArn,
SenderId or SenderIdArn. You can use
describe_phone_numbers
to
find the values for PhoneNumberId and PhoneNumberArn while
describe_sender_ids
can be
used to get the values for SenderId and SenderIdArn.
[required] The new two-character code, in ISO 3166-1 alpha-2 format, for the country or region of the new pool.
[required] The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive and PROMOTIONAL for messages that aren't critical or time-sensitive.
By default this is set to false. When set to true the pool can't be
deleted. You can change this value using the
update_pool
action.
An array of tags (key and value pairs) associated with the pool.
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, a randomly generated token is used for the request to ensure idempotency.