AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::IoTTwinMaker::Workspace

CfnWorkspace

Use the `AWS::IoTTwinMaker::Workspace` resource to declare a workspace.

Import

import { CfnWorkspace } from 'aws-cdk-lib/aws-iottwinmaker';

Or use the module namespace:

import * as iottwinmaker from 'aws-cdk-lib/aws-iottwinmaker';
// iottwinmaker.CfnWorkspace

Properties

Configuration passed to the constructor as CfnWorkspaceProps.

roleRequired
string | IRoleRef

The ARN of the execution role associated with the workspace.

s3LocationRequired
string | IBucketRef

The ARN of the S3 bucket where resources associated with the workspace are stored.

workspaceIdRequired
string

The ID of the workspace.

descriptionOptional
string

The description of the workspace.

tagsOptional
{ [key: string]: string }

Metadata that you can use to manage the workspace.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-iottwinmaker
CFN TypeAWS::IoTTwinMaker::Workspace
Properties5

External Links