AWS::WorkSpacesWeb::UserSettings ImageMetadata - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: String LastUploadTimestamp: String MimeType: String

Properties

FileExtension

The file extension of the image.

Required: Yes

Type: String

Pattern: ^[\s\S]*$

Minimum: 0

Maximum: 131072

Update 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-icon

Update requires: No interruption