WallpaperImageInput
The input for a wallpaper image. Provide the image as either a binary image file or an S3 URI. Maximum 5 MB in JPEG or PNG format.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- blob
-
The image provided as a binary image file.
Type: Base64-encoded binary data object
Length Constraints: Minimum length of 0. Maximum length of 5242880.
Required: No
- s3Uri
-
The S3 URI pointing to the image file. The URI must use the format
s3://bucket-name/key-name. You must have read access to the S3 object.Type: String
Pattern:
s3://[a-z0-9][a-z0-9\.\-]{1,61}[a-z0-9]/.+Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: