View source: R/pinpointsmsvoicev2_operations.R
| pinpointsmsvoicev2_create_pool | R Documentation | 
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
)
OriginationIdentity | 
 [required] The origination identity to use such as a PhoneNumberId, PhoneNumberArn,
SenderId or SenderIdArn. You can use
 After the pool is created you can add more origination identities to the
pool by using
 If you are using a shared AWS End User Messaging SMS and Voice resource then you must use the full Amazon Resource Name(ARN).  | 
IsoCountryCode | 
 [required] The new two-character code, in ISO 3166-1 alpha-2 format, for the country or region of the new pool.  | 
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
  | 
Tags | 
 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.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.