GetWorkspaceArgs class
Arguments for getWorkspace. Arguments for getWorkspace.
Constructors
-
GetWorkspaceArgs({Input<
String?> ? directoryId, Input<String?> ? region, Input<Map< ? tags, Input<String, String> ?>String?> ? userName, Input<String?> ? workspaceId}) -
Creates a new GetWorkspaceArgs.
directoryIdID of the directory for the WorkSpace. You have to specifyuserNamealong withdirectoryId. You cannot combine this parameter withworkspaceId.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.tagsTags for the WorkSpace.userNameUser name of the user for the WorkSpace. This user name must exist in the directory for the WorkSpace. You cannot combine this parameter withworkspaceId.workspaceIdID of the WorkSpace. You cannot combine this parameter withdirectoryId.const -
GetWorkspaceArgs.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
directoryId
→ Input<
String?> ? -
ID of the directory for the WorkSpace. You have to specify
userNamealong withdirectoryId. You cannot combine this parameter withworkspaceId.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
region
→ Input<
String?> ? -
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
Tags for the WorkSpace.
final
-
userName
→ Input<
String?> ? -
User name of the user for the WorkSpace. This user name must exist in the directory for the WorkSpace. You cannot combine this parameter with
workspaceId.final -
workspaceId
→ Input<
String?> ? -
ID of the WorkSpace. You cannot combine this parameter with
directoryId.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited