This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::WorkSpacesWeb::UserSettings ImageMetadata
Metadata information about an uploaded image file.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "FileExtension" :String, "LastUploadTimestamp" :String, "MimeType" :String}
YAML
FileExtension:StringLastUploadTimestamp:StringMimeType:String
Properties
FileExtension-
The file extension of the image.
Required: Yes
Type: String
Pattern:
^[\s\S]*$Minimum:
0Maximum:
131072Update requires: No interruption
LastUploadTimestamp-
The timestamp when the image was last uploaded.
Required: Yes
Type: String
Update requires: No interruption
MimeType-
The MIME type of the image.
Required: Yes
Type: String
Allowed values:
image/png | image/jpeg | image/x-iconUpdate requires: No interruption