Describe Custom Workspace Image Import
| workspaces_describe_custom_workspace_image_import | R Documentation |
Retrieves information about a WorkSpace BYOL image being imported via ImportCustomWorkspaceImage¶
Description¶
Retrieves information about a WorkSpace BYOL image being imported via ImportCustomWorkspaceImage.
Usage¶
workspaces_describe_custom_workspace_image_import(ImageId)
Arguments¶
ImageId |
[required] The identifier of the WorkSpace image. |
Value¶
A list with the following syntax:
list(
ImageId = "string",
InfrastructureConfigurationArn = "string",
State = "PENDING"|"IN_PROGRESS"|"PROCESSING_SOURCE_IMAGE"|"IMAGE_TESTING_START"|"UPDATING_OPERATING_SYSTEM"|"IMAGE_COMPATIBILITY_CHECKING"|"IMAGE_TESTING_GENERALIZATION"|"CREATING_TEST_INSTANCE"|"INSTALLING_COMPONENTS"|"GENERALIZING"|"VALIDATING"|"PUBLISHING"|"COMPLETED"|"ERROR",
StateMessage = "string",
ProgressPercentage = 123,
Created = as.POSIXct(
"2015-01-01"
),
LastUpdatedTime = as.POSIXct(
"2015-01-01"
),
ImageSource = list(
Ec2ImportTaskId = "string",
ImageBuildVersionArn = "string",
Ec2ImageId = "string"
),
ImageBuilderInstanceId = "string",
ErrorDetails = list(
list(
ErrorCode = "string",
ErrorMessage = "string"
)
)
)
Request syntax¶
svc$describe_custom_workspace_image_import(
ImageId = "string"
)