AWS::IoTTwinMaker::Workspace
Use the AWS::IoTTwinMaker::Workspace resource to declare a workspace.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::IoTTwinMaker::Workspace", "Properties" : { "Description" :String, "Role" :String, "S3Location" :String, "Tags" :{, "WorkspaceId" :Key:Value, ...}String} }
YAML
Type: AWS::IoTTwinMaker::Workspace Properties: Description:StringRole:StringS3Location:StringTags:WorkspaceId:Key:ValueString
Properties
DescriptionThe description of the workspace.
Required: No
Type: String
Update requires: No interruption
RoleThe ARN of the execution role associated with the workspace.
Required: Yes
Type: String
Update requires: No interruption
S3LocationThe ARN of the S3 bucket where resources associated with the workspace are stored.
Required: Yes
Type: String
Update requires: No interruption
TagsMetadata that you can use to manage the workspace.
Required: No
Type: Map of String
Update requires: No interruption
WorkspaceIdThe ID of the workspace.
Required: Yes
Type: String
Update requires: Replacement
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Reffunction, Refreturns the workspace Id and the entity Id.
For more information about using the Reffunction, see Ref.
Fn::GetAtt
The Fn::GetAttintrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAttintrinsic function, see Fn::GetAtt.