Vantage v0.0.3 published on Wednesday, Jan 31, 2024 by lbrlabs
vantage.getWorkspaces
Explore with Pulumi AI
Using getWorkspaces
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 getWorkspaces(opts?: InvokeOptions): Promise<GetWorkspacesResult>
function getWorkspacesOutput(opts?: InvokeOptions): Output<GetWorkspacesResult>
def get_workspaces(opts: Optional[InvokeOptions] = None) -> GetWorkspacesResult
def get_workspaces_output(opts: Optional[InvokeOptions] = None) -> Output[GetWorkspacesResult]
func GetWorkspaces(ctx *Context, opts ...InvokeOption) (*GetWorkspacesResult, error)
func GetWorkspacesOutput(ctx *Context, opts ...InvokeOption) GetWorkspacesResultOutput
> Note: This function is named GetWorkspaces
in the Go SDK.
public static class GetWorkspaces
{
public static Task<GetWorkspacesResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetWorkspacesResult> Invoke(InvokeOptions? opts = null)
}
public static CompletableFuture<GetWorkspacesResult> getWorkspaces(InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: vantage:index/getWorkspaces:getWorkspaces
arguments:
# arguments dictionary
getWorkspaces Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Workspaces
List<Lbrlabs.
Pulumi Package. Vantage. Outputs. Get Workspaces Workspace>
- Id string
- The provider-assigned unique ID for this managed resource.
- Workspaces
[]Get
Workspaces Workspace
- id String
- The provider-assigned unique ID for this managed resource.
- workspaces
List<Get
Workspaces Workspace>
- id string
- The provider-assigned unique ID for this managed resource.
- workspaces
Get
Workspaces Workspace[]
- id str
- The provider-assigned unique ID for this managed resource.
- workspaces
Sequence[Get
Workspaces Workspace]
- id String
- The provider-assigned unique ID for this managed resource.
- workspaces List<Property Map>
Supporting Types
GetWorkspacesWorkspace
Package Details
- Repository
- vantage lbrlabs/pulumi-vantage
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
vantage
Terraform Provider.