We recommend new projects start with resources from the AWS provider.
aws-native.iottwinmaker.Workspace
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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.
- Workspace
Id This property is required. string - The ID of the workspace.
- Description string
- The description of the workspace.
- 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.
- Workspace
Id This property is required. string - The ID of the workspace.
- Description string
- The description of the workspace.
- 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.
- workspace
Id This property is required. String - The ID of the workspace.
- description String
- The description of the workspace.
- 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.
- workspace
Id This property is required. string - The ID of the workspace.
- description string
- The description of the workspace.
- {[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.
- 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.
- workspace
Id This property is required. String - The ID of the workspace.
- description String
- The description of the workspace.
- 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.
- Creation
Date stringTime - The date and time when the workspace was created.
- Id string
- The provider-assigned unique ID for this managed 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.
- Id string
- The provider-assigned unique ID for this managed 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.
- id String
- The provider-assigned unique ID for this managed 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.
- id string
- The provider-assigned unique ID for this managed 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.
- id str
- The provider-assigned unique ID for this managed 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.
- id String
- The provider-assigned unique ID for this managed 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
We recommend new projects start with resources from the AWS provider.