List Workspace Media
| connect_list_workspace_media | R Documentation |
Lists media assets (such as logos) associated with a workspace¶
Description¶
Lists media assets (such as logos) associated with a workspace.
Usage¶
connect_list_workspace_media(InstanceId, WorkspaceId)
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. |
Value¶
A list with the following syntax:
list(
Media = list(
list(
Type = "IMAGE_LOGO_LIGHT_FAVICON"|"IMAGE_LOGO_DARK_FAVICON"|"IMAGE_LOGO_LIGHT_HORIZONTAL"|"IMAGE_LOGO_DARK_HORIZONTAL",
Source = "string"
)
)
)
Request syntax¶
svc$list_workspace_media(
InstanceId = "string",
WorkspaceId = "string"
)