AWS::Connect::Workspace MediaItem - 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::Connect::Workspace MediaItem

Contains information about a media asset used in a workspace.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Source" : String, "Type" : String }

YAML

Source: String Type: String

Properties

Source

The source URL or data for the media asset.

Required: No

Type: String

Pattern: .*\S.*

Minimum: 1

Maximum: 533333

Update requires: No interruption

Type

The type of media. Valid values are: IMAGE_LOGO_FAVICON and IMAGE_LOGO_HORIZONTAL.

Required: Yes

Type: String

Allowed values: IMAGE_LOGO_LIGHT_FAVICON | IMAGE_LOGO_DARK_FAVICON | IMAGE_LOGO_LIGHT_HORIZONTAL | IMAGE_LOGO_DARK_HORIZONTAL

Update requires: No interruption