Volcengine v0.0.27 published on Tuesday, Dec 10, 2024 by Volcengine
volcengine.bioos.Workspaces
Explore with Pulumi AI
Use this data source to query detailed information of bioos workspaces
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const default = volcengine.bioos.Workspaces({});
import pulumi
import pulumi_volcengine as volcengine
default = volcengine.bioos.workspaces()
package main
import (
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
	"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/bioos"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := bioos.Workspaces(ctx, nil, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcengine = Pulumi.Volcengine;
return await Deployment.RunAsync(() => 
{
    var @default = Volcengine.Bioos.Workspaces.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.bioos.BioosFunctions;
import com.pulumi.volcengine.bioos.inputs.WorkspacesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var default = BioosFunctions.Workspaces();
    }
}
variables:
  default:
    fn::invoke:
      Function: volcengine:bioos:Workspaces
      Arguments: {}
Using Workspaces
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function workspaces(args: WorkspacesArgs, opts?: InvokeOptions): Promise<WorkspacesResult>
function workspacesOutput(args: WorkspacesOutputArgs, opts?: InvokeOptions): Output<WorkspacesResult>def workspaces(ids: Optional[Sequence[str]] = None,
               keyword: Optional[str] = None,
               output_file: Optional[str] = None,
               sort_by: Optional[str] = None,
               sort_order: Optional[str] = None,
               opts: Optional[InvokeOptions] = None) -> WorkspacesResult
def workspaces_output(ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
               keyword: Optional[pulumi.Input[str]] = None,
               output_file: Optional[pulumi.Input[str]] = None,
               sort_by: Optional[pulumi.Input[str]] = None,
               sort_order: Optional[pulumi.Input[str]] = None,
               opts: Optional[InvokeOptions] = None) -> Output[WorkspacesResult]func Workspaces(ctx *Context, args *WorkspacesArgs, opts ...InvokeOption) (*WorkspacesResult, error)
func WorkspacesOutput(ctx *Context, args *WorkspacesOutputArgs, opts ...InvokeOption) WorkspacesResultOutputpublic static class Workspaces 
{
    public static Task<WorkspacesResult> InvokeAsync(WorkspacesArgs args, InvokeOptions? opts = null)
    public static Output<WorkspacesResult> Invoke(WorkspacesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<WorkspacesResult> workspaces(WorkspacesArgs args, InvokeOptions options)
public static Output<WorkspacesResult> workspaces(WorkspacesArgs args, InvokeOptions options)
fn::invoke:
  function: volcengine:bioos:Workspaces
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Ids List<string>
 - A list of workspace ids.
 - Keyword string
 - Keyword to filter by workspace name or description.
 - Output
File string - File name where to save data source results.
 - Sort
By string - Sort Field (Name CreateTime).
 - Sort
Order string - The sort order.
 
- Ids []string
 - A list of workspace ids.
 - Keyword string
 - Keyword to filter by workspace name or description.
 - Output
File string - File name where to save data source results.
 - Sort
By string - Sort Field (Name CreateTime).
 - Sort
Order string - The sort order.
 
- ids List<String>
 - A list of workspace ids.
 - keyword String
 - Keyword to filter by workspace name or description.
 - output
File String - File name where to save data source results.
 - sort
By String - Sort Field (Name CreateTime).
 - sort
Order String - The sort order.
 
- ids string[]
 - A list of workspace ids.
 - keyword string
 - Keyword to filter by workspace name or description.
 - output
File string - File name where to save data source results.
 - sort
By string - Sort Field (Name CreateTime).
 - sort
Order string - The sort order.
 
- ids Sequence[str]
 - A list of workspace ids.
 - keyword str
 - Keyword to filter by workspace name or description.
 - output_
file str - File name where to save data source results.
 - sort_
by str - Sort Field (Name CreateTime).
 - sort_
order str - The sort order.
 
- ids List<String>
 - A list of workspace ids.
 - keyword String
 - Keyword to filter by workspace name or description.
 - output
File String - File name where to save data source results.
 - sort
By String - Sort Field (Name CreateTime).
 - sort
Order String - The sort order.
 
Workspaces Result
The following output properties are available:
- Id string
 - The provider-assigned unique ID for this managed resource.
 - Items
List<Workspaces
Item>  - A list of workspaces.
 - Total
Count int - The total count of Workspace query.
 - Ids List<string>
 - Keyword string
 - Output
File string - Sort
By string - Sort
Order string 
- Id string
 - The provider-assigned unique ID for this managed resource.
 - Items
[]Workspaces
Item  - A list of workspaces.
 - Total
Count int - The total count of Workspace query.
 - Ids []string
 - Keyword string
 - Output
File string - Sort
By string - Sort
Order string 
- id String
 - The provider-assigned unique ID for this managed resource.
 - items
List<Workspaces
Item>  - A list of workspaces.
 - total
Count Integer - The total count of Workspace query.
 - ids List<String>
 - keyword String
 - output
File String - sort
By String - sort
Order String 
- id string
 - The provider-assigned unique ID for this managed resource.
 - items
Workspaces
Item[]  - A list of workspaces.
 - total
Count number - The total count of Workspace query.
 - ids string[]
 - keyword string
 - output
File string - sort
By string - sort
Order string 
- id str
 - The provider-assigned unique ID for this managed resource.
 - items
Sequence[Workspaces
Item]  - A list of workspaces.
 - total_
count int - The total count of Workspace query.
 - ids Sequence[str]
 - keyword str
 - output_
file str - sort_
by str - sort_
order str 
- id String
 - The provider-assigned unique ID for this managed resource.
 - items List<Property Map>
 - A list of workspaces.
 - total
Count Number - The total count of Workspace query.
 - ids List<String>
 - keyword String
 - output
File String - sort
By String - sort
Order String 
Supporting Types
WorkspacesItem 
- Cover
Download stringUrl  - The URL of the cover.
 - Create
Time int - The creation time of the workspace.
 - Description string
 - The description of the workspace.
 - Id string
 - The id of the workspace.
 - Name string
 - The name of the workspace.
 - Owner
Name string - The name of the owner of the workspace.
 - Role string
 - The role of the user.
 - S3Bucket string
 - S3 bucket address.
 - Update
Time int - The update time of the workspace.
 
- Cover
Download stringUrl  - The URL of the cover.
 - Create
Time int - The creation time of the workspace.
 - Description string
 - The description of the workspace.
 - Id string
 - The id of the workspace.
 - Name string
 - The name of the workspace.
 - Owner
Name string - The name of the owner of the workspace.
 - Role string
 - The role of the user.
 - S3Bucket string
 - S3 bucket address.
 - Update
Time int - The update time of the workspace.
 
- cover
Download StringUrl  - The URL of the cover.
 - create
Time Integer - The creation time of the workspace.
 - description String
 - The description of the workspace.
 - id String
 - The id of the workspace.
 - name String
 - The name of the workspace.
 - owner
Name String - The name of the owner of the workspace.
 - role String
 - The role of the user.
 - s3Bucket String
 - S3 bucket address.
 - update
Time Integer - The update time of the workspace.
 
- cover
Download stringUrl  - The URL of the cover.
 - create
Time number - The creation time of the workspace.
 - description string
 - The description of the workspace.
 - id string
 - The id of the workspace.
 - name string
 - The name of the workspace.
 - owner
Name string - The name of the owner of the workspace.
 - role string
 - The role of the user.
 - s3Bucket string
 - S3 bucket address.
 - update
Time number - The update time of the workspace.
 
- cover_
download_ strurl  - The URL of the cover.
 - create_
time int - The creation time of the workspace.
 - description str
 - The description of the workspace.
 - id str
 - The id of the workspace.
 - name str
 - The name of the workspace.
 - owner_
name str - The name of the owner of the workspace.
 - role str
 - The role of the user.
 - s3_
bucket str - S3 bucket address.
 - update_
time int - The update time of the workspace.
 
- cover
Download StringUrl  - The URL of the cover.
 - create
Time Number - The creation time of the workspace.
 - description String
 - The description of the workspace.
 - id String
 - The id of the workspace.
 - name String
 - The name of the workspace.
 - owner
Name String - The name of the owner of the workspace.
 - role String
 - The role of the user.
 - s3Bucket String
 - S3 bucket address.
 - update
Time Number - The update time of the workspace.
 
Package Details
- Repository
 - volcengine volcengine/pulumi-volcengine
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
volcengineTerraform Provider.