Skip to contents

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

See https://www.paws-r-sdk.com/docs/connect_import_workspace_media/ for full documentation.

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.