Uses of Interface
software.amazon.awscdk.interfaces.iottwinmaker.IWorkspaceRef
Packages that use IWorkspaceRef
Package
Description
AWS::IoTTwinMaker Construct Library
-
Uses of IWorkspaceRef in software.amazon.awscdk.interfaces.iottwinmaker
Subinterfaces of IWorkspaceRef in software.amazon.awscdk.interfaces.iottwinmakerModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIWorkspaceRef.Classes in software.amazon.awscdk.interfaces.iottwinmaker that implement IWorkspaceRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IWorkspaceRef in software.amazon.awscdk.services.iottwinmaker
Classes in software.amazon.awscdk.services.iottwinmaker that implement IWorkspaceRefModifier and TypeClassDescriptionclassUse theAWS::IoTTwinMaker::Workspaceresource to declare a workspace.Methods in software.amazon.awscdk.services.iottwinmaker that return IWorkspaceRefModifier and TypeMethodDescriptionstatic IWorkspaceRefCfnWorkspace.fromWorkspaceArn(software.constructs.Construct scope, String id, String arn) Creates a new IWorkspaceRef from an ARN.static IWorkspaceRefCfnWorkspace.fromWorkspaceId(software.constructs.Construct scope, String id, String workspaceId) Creates a new IWorkspaceRef from a workspaceId.