1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. iottwinmaker
  5. Workspace

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.iottwinmaker.Workspace

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

Resource schema for AWS::IoTTwinMaker::Workspace

Create Workspace Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new Workspace(name: string, args: WorkspaceArgs, opts?: CustomResourceOptions);
@overload
def Workspace(resource_name: str,
              args: WorkspaceArgs,
              opts: Optional[ResourceOptions] = None)

@overload
def Workspace(resource_name: str,
              opts: Optional[ResourceOptions] = None,
              role: Optional[str] = None,
              s3_location: Optional[str] = None,
              workspace_id: Optional[str] = None,
              description: Optional[str] = None,
              tags: Optional[Mapping[str, str]] = None)
func NewWorkspace(ctx *Context, name string, args WorkspaceArgs, opts ...ResourceOption) (*Workspace, error)
public Workspace(string name, WorkspaceArgs args, CustomResourceOptions? opts = null)
public Workspace(String name, WorkspaceArgs args)
public Workspace(String name, WorkspaceArgs args, CustomResourceOptions options)
type: aws-native:iottwinmaker:Workspace
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. WorkspaceArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. WorkspaceArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. WorkspaceArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. WorkspaceArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. WorkspaceArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Workspace Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The Workspace resource accepts the following input properties:

Role This property is required. string
The ARN of the execution role associated with the workspace.
S3Location This property is required. string
The ARN of the S3 bucket where resources associated with the workspace are stored.
WorkspaceId This property is required. string
The ID of the workspace.
Description string
The description of the workspace.
Tags Dictionary<string, string>
A map of key-value pairs to associate with a resource.
Role This property is required. string
The ARN of the execution role associated with the workspace.
S3Location This property is required. string
The ARN of the S3 bucket where resources associated with the workspace are stored.
WorkspaceId This property is required. string
The ID of the workspace.
Description string
The description of the workspace.
Tags map[string]string
A map of key-value pairs to associate with a resource.
role This property is required. String
The ARN of the execution role associated with the workspace.
s3Location This property is required. String
The ARN of the S3 bucket where resources associated with the workspace are stored.
workspaceId This property is required. String
The ID of the workspace.
description String
The description of the workspace.
tags Map<String,String>
A map of key-value pairs to associate with a resource.
role This property is required. string
The ARN of the execution role associated with the workspace.
s3Location This property is required. string
The ARN of the S3 bucket where resources associated with the workspace are stored.
workspaceId This property is required. string
The ID of the workspace.
description string
The description of the workspace.
tags {[key: string]: string}
A map of key-value pairs to associate with a resource.
role This property is required. str
The ARN of the execution role associated with the workspace.
s3_location This property is required. str
The ARN of the S3 bucket where resources associated with the workspace are stored.
workspace_id This property is required. str
The ID of the workspace.
description str
The description of the workspace.
tags Mapping[str, str]
A map of key-value pairs to associate with a resource.
role This property is required. String
The ARN of the execution role associated with the workspace.
s3Location This property is required. String
The ARN of the S3 bucket where resources associated with the workspace are stored.
workspaceId This property is required. String
The ID of the workspace.
description String
The description of the workspace.
tags Map<String>
A map of key-value pairs to associate with a resource.

Outputs

All input properties are implicitly available as output properties. Additionally, the Workspace resource produces the following output properties:

Arn string
The ARN of the workspace.
CreationDateTime string
The date and time when the workspace was created.
Id string
The provider-assigned unique ID for this managed resource.
UpdateDateTime string
The date and time of the current update.
Arn string
The ARN of the workspace.
CreationDateTime string
The date and time when the workspace was created.
Id string
The provider-assigned unique ID for this managed resource.
UpdateDateTime string
The date and time of the current update.
arn String
The ARN of the workspace.
creationDateTime String
The date and time when the workspace was created.
id String
The provider-assigned unique ID for this managed resource.
updateDateTime String
The date and time of the current update.
arn string
The ARN of the workspace.
creationDateTime string
The date and time when the workspace was created.
id string
The provider-assigned unique ID for this managed resource.
updateDateTime string
The date and time of the current update.
arn str
The ARN of the workspace.
creation_date_time str
The date and time when the workspace was created.
id str
The provider-assigned unique ID for this managed resource.
update_date_time str
The date and time of the current update.
arn String
The ARN of the workspace.
creationDateTime String
The date and time when the workspace was created.
id String
The provider-assigned unique ID for this managed resource.
updateDateTime String
The date and time of the current update.

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi