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.Workspace
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
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 string
- The unique name of the resource.
- args WorkspaceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args 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 string
- The unique name of the resource.
- args WorkspaceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WorkspaceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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
The Workspace resource accepts the following input properties:
- 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.
- Workspace
Id 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 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.
- Workspace
Id 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 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.
- workspace
Id 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 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.
- workspace
Id 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 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.
- workspace_
id 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 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.
- workspace
Id 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
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi