View a markdown version of this page

RcsCardMedia - AWS End User Messaging SMS

RcsCardMedia

The media content of a rich card, including the file URL, optional thumbnail, and display height.

Contents

FileUrl

The S3 URI of the media file for the card, in the format s3://bucket-name/key. Maximum 2000 characters.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 2000.

Pattern: (https://|s3://).+

Required: Yes

Height

The display height of the media in the card. Valid values are SHORT, MEDIUM, and TALL.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 50.

Pattern: [A-Z_]+

Required: No

ThumbnailUrl

The S3 URI of an optional thumbnail image for the card media. Maximum 2000 characters.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 2000.

Pattern: (https://|s3://).+

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: