AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::WorkspacesInstances::WorkspaceInstance

CfnWorkspaceInstance

Resource Type definition for AWS::WorkspacesInstances::WorkspaceInstance.

Import

import { CfnWorkspaceInstance } from 'aws-cdk-lib/aws-workspacesinstances';

Or use the module namespace:

import * as workspacesinstances from 'aws-cdk-lib/aws-workspacesinstances';
// workspacesinstances.CfnWorkspaceInstance

Properties

Configuration passed to the constructor as CfnWorkspaceInstanceProps.

managedInstanceOptional
IResolvable | ManagedInstanceProperty
tagsOptional
CfnTag[]

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-workspacesinstances
CFN TypeAWS::WorkspacesInstances::WorkspaceInstance
Properties2

Related Constructs

External Links