Creates a new pool and associates the specified origination identity to the pool
Source:R/pinpointsmsvoicev2_operations.R
pinpointsmsvoicev2_create_pool.RdCreates 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.
Usage
pinpointsmsvoicev2_create_pool(
OriginationIdentity,
IsoCountryCode = NULL,
MessageType,
DeletionProtectionEnabled = NULL,
Tags = NULL,
ClientToken = NULL
)Arguments
- OriginationIdentity
[required] The origination identity to use such as a PhoneNumberId, PhoneNumberArn, SenderId or SenderIdArn. You can use
describe_phone_numbersto find the values for PhoneNumberId and PhoneNumberArn, and usedescribe_sender_idscan be used to get the values for SenderId and SenderIdArn.After the pool is created you can add more origination identities to the pool by using
associate_origination_identity.If you are using a shared End User Messaging SMS resource then you must use the full Amazon Resource Name(ARN).
- IsoCountryCode
The new two-character code, in ISO 3166-1 alpha-2 format, for the country or region of the new pool. This field is optional and is not required for origination identity types that are not country-specific, such as RCS agents.
- MessageType
[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. After the pool is created the MessageType can't be changed.
- DeletionProtectionEnabled
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_poolaction.An array of tags (key and value pairs) associated with the pool.
- ClientToken
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.