Associate Workspace Application
workspaces_associate_workspace_application | R Documentation |
Associates the specified application to the specified WorkSpace¶
Description¶
Associates the specified application to the specified WorkSpace.
Usage¶
Arguments¶
WorkspaceId
[required] The identifier of the WorkSpace.
ApplicationId
[required] The identifier of the application.
Value¶
A list with the following syntax:
list(
Association = list(
AssociatedResourceId = "string",
AssociatedResourceType = "APPLICATION",
Created = as.POSIXct(
"2015-01-01"
),
LastUpdatedTime = as.POSIXct(
"2015-01-01"
),
State = "PENDING_INSTALL"|"PENDING_INSTALL_DEPLOYMENT"|"PENDING_UNINSTALL"|"PENDING_UNINSTALL_DEPLOYMENT"|"INSTALLING"|"UNINSTALLING"|"ERROR"|"COMPLETED"|"REMOVED",
StateReason = list(
ErrorCode = "ValidationError.InsufficientDiskSpace"|"ValidationError.InsufficientMemory"|"ValidationError.UnsupportedOperatingSystem"|"DeploymentError.InternalServerError"|"DeploymentError.WorkspaceUnreachable",
ErrorMessage = "string"
),
WorkspaceId = "string"
)
)