RcsFallbackConfiguration
Configuration for SMS or MMS fallback when RCS delivery fails or the TimeToLive expires without delivery confirmation.
Contents
- Channel
-
The fallback channel to use when RCS delivery fails. Valid values are SMS and MMS. SMS and MMS are mutually exclusive.
Type: String
Valid Values:
SMS | MMSRequired: Yes
- MediaUrls
-
An array of S3 URIs to media files for MMS fallback. Only valid when Channel is MMS.
Type: Array of strings
Array Members: Fixed number of 1 item.
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
s3://([a-z0-9\.-]{3,63})/(.+)Required: No
- MessageBody
-
The text body of the fallback message. Required for SMS fallback. For MMS fallback, at least one of MessageBody or MediaUrls must be provided.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1600.
Pattern:
(?!\s*$)[\s\S]+Required: No
- OriginationIdentity
-
The origination identity to use for the fallback message. This can be a PhoneNumber, PhoneNumberId, PhoneNumberArn, SenderId, or SenderIdArn. Pool IDs and pool ARNs are not accepted. If not specified and the original message was sent via a pool, the service selects a suitable number from the pool.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
[A-Za-z0-9_:/\+-]+Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: