Skip to content

Import Workspace Media

connect_import_workspace_media R Documentation

Imports a media asset (such as a logo) for use in a workspace

Description

Imports a media asset (such as a logo) for use in a workspace.

Usage

connect_import_workspace_media(InstanceId, WorkspaceId, MediaType,
  MediaSource)

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

WorkspaceId

[required] The identifier of the workspace.

MediaType

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

MediaSource

[required] The media source. Can be an S3 presigned URL or a base64-encoded string.

Value

An empty list.

Request syntax

svc$import_workspace_media(
  InstanceId = "string",
  WorkspaceId = "string",
  MediaType = "IMAGE_LOGO_LIGHT_FAVICON"|"IMAGE_LOGO_DARK_FAVICON"|"IMAGE_LOGO_LIGHT_HORIZONTAL"|"IMAGE_LOGO_DARK_HORIZONTAL",
  MediaSource = "string"
)