pinpointsmsvoicev2_create_pool: Creates a new pool and associates the specified origination...

View source: R/pinpointsmsvoicev2_operations.R

pinpointsmsvoicev2_create_poolR Documentation

Creates a new pool and associates the specified origination identity to the pool

Description

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.

Usage

pinpointsmsvoicev2_create_pool(
  OriginationIdentity,
  IsoCountryCode,
  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_numbers to find the values for PhoneNumberId and PhoneNumberArn while describe_sender_ids can be used to get the values for SenderId and SenderIdArn.

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.

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_pool action.

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.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.