WorkspacesFunctions

Functions

Link copied to clipboard

Retrieve information about an AWS WorkSpaces bundle.

suspend fun getBundle(argument: suspend GetBundlePlainArgsBuilder.() -> Unit): GetBundleResult
suspend fun getBundle(bundleId: String? = null, name: String? = null, owner: String? = null): GetBundleResult
Link copied to clipboard

Retrieve information about an AWS WorkSpaces directory.

suspend fun getDirectory(directoryId: String, tags: Map<String, String>? = null): GetDirectoryResult
Link copied to clipboard
suspend fun getImage(argument: GetImagePlainArgs): GetImageResult

Use this data source to get information about a Workspaces image.

suspend fun getImage(imageId: String): GetImageResult
suspend fun getImage(argument: suspend GetImagePlainArgsBuilder.() -> Unit): GetImageResult
Link copied to clipboard

Use this data source to get information about a workspace in AWS Workspaces Service.

suspend fun getWorkspace(directoryId: String? = null, tags: Map<String, String>? = null, userName: String? = null, workspaceId: String? = null): GetWorkspaceResult