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

Contains information about a media asset used in a workspace.

Syntax

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