AWS::WorkSpacesWeb::UserSettings ImageMetadata - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::WorkSpacesWeb::UserSettings ImageMetadata

Metadata information about an uploaded image file.

Syntax

To declare this entity in your 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