AWS::IoTTwinMaker::WorkspaceUse the `AWS::IoTTwinMaker::Workspace` resource to declare a workspace.
import { CfnWorkspace } from 'aws-cdk-lib/aws-iottwinmaker';Or use the module namespace:
import * as iottwinmaker from 'aws-cdk-lib/aws-iottwinmaker';
// iottwinmaker.CfnWorkspaceConfiguration passed to the constructor as CfnWorkspaceProps.
roleRequiredstring | IRoleRefThe ARN of the execution role associated with the workspace.
s3LocationRequiredstring | IBucketRefThe ARN of the S3 bucket where resources associated with the workspace are stored.
workspaceIdRequiredstringThe ID of the workspace.
descriptionOptionalstringThe description of the workspace.
tagsOptional{ [key: string]: string }Metadata that you can use to manage the workspace.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-iottwinmakerAWS::IoTTwinMaker::Workspace