AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.iottwinmaker.getWorkspace
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
Resource schema for AWS::IoTTwinMaker::Workspace
Using getWorkspace
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 getWorkspace(args: GetWorkspaceArgs, opts?: InvokeOptions): Promise<GetWorkspaceResult>
function getWorkspaceOutput(args: GetWorkspaceOutputArgs, opts?: InvokeOptions): Output<GetWorkspaceResult>
def get_workspace(workspace_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWorkspaceResult
def get_workspace_output(workspace_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWorkspaceResult]
func LookupWorkspace(ctx *Context, args *LookupWorkspaceArgs, opts ...InvokeOption) (*LookupWorkspaceResult, error)
func LookupWorkspaceOutput(ctx *Context, args *LookupWorkspaceOutputArgs, opts ...InvokeOption) LookupWorkspaceResultOutput
> Note: This function is named LookupWorkspace
in the Go SDK.
public static class GetWorkspace
{
public static Task<GetWorkspaceResult> InvokeAsync(GetWorkspaceArgs args, InvokeOptions? opts = null)
public static Output<GetWorkspaceResult> Invoke(GetWorkspaceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetWorkspaceResult> getWorkspace(GetWorkspaceArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:iottwinmaker:getWorkspace
arguments:
# arguments dictionary
The following arguments are supported:
- Workspace
Id string - The ID of the workspace.
- Workspace
Id string - The ID of the workspace.
- workspace
Id String - The ID of the workspace.
- workspace
Id string - The ID of the workspace.
- workspace_
id str - The ID of the workspace.
- workspace
Id String - The ID of the workspace.
getWorkspace Result
The following output properties are available:
- Arn string
- The ARN of the workspace.
- Creation
Date stringTime - The date and time when the workspace was created.
- Description string
- The description of the workspace.
- Role string
- The ARN of the execution role associated with the workspace.
- S3Location string
- The ARN of the S3 bucket where resources associated with the workspace are stored.
- Dictionary<string, string>
- A map of key-value pairs to associate with a resource.
- Update
Date stringTime - The date and time of the current update.
- Arn string
- The ARN of the workspace.
- Creation
Date stringTime - The date and time when the workspace was created.
- Description string
- The description of the workspace.
- Role string
- The ARN of the execution role associated with the workspace.
- S3Location string
- The ARN of the S3 bucket where resources associated with the workspace are stored.
- map[string]string
- A map of key-value pairs to associate with a resource.
- Update
Date stringTime - The date and time of the current update.
- arn String
- The ARN of the workspace.
- creation
Date StringTime - The date and time when the workspace was created.
- description String
- The description of the workspace.
- role String
- The ARN of the execution role associated with the workspace.
- s3Location String
- The ARN of the S3 bucket where resources associated with the workspace are stored.
- Map<String,String>
- A map of key-value pairs to associate with a resource.
- update
Date StringTime - The date and time of the current update.
- arn string
- The ARN of the workspace.
- creation
Date stringTime - The date and time when the workspace was created.
- description string
- The description of the workspace.
- role string
- The ARN of the execution role associated with the workspace.
- s3Location string
- The ARN of the S3 bucket where resources associated with the workspace are stored.
- {[key: string]: string}
- A map of key-value pairs to associate with a resource.
- update
Date stringTime - The date and time of the current update.
- arn str
- The ARN of the workspace.
- creation_
date_ strtime - The date and time when the workspace was created.
- description str
- The description of the workspace.
- role str
- The ARN of the execution role associated with the workspace.
- s3_
location str - The ARN of the S3 bucket where resources associated with the workspace are stored.
- Mapping[str, str]
- A map of key-value pairs to associate with a resource.
- update_
date_ strtime - The date and time of the current update.
- arn String
- The ARN of the workspace.
- creation
Date StringTime - The date and time when the workspace was created.
- description String
- The description of the workspace.
- role String
- The ARN of the execution role associated with the workspace.
- s3Location String
- The ARN of the S3 bucket where resources associated with the workspace are stored.
- Map<String>
- A map of key-value pairs to associate with a resource.
- update
Date StringTime - The date and time of the current update.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi