GetWorkspaceArgs class

Arguments for getWorkspace. Arguments for getWorkspace.

Constructors

GetWorkspaceArgs({Input<String?>? directoryId, Input<String?>? region, Input<Map<String, String>?>? tags, Input<String?>? userName, Input<String?>? workspaceId})
Creates a new GetWorkspaceArgs. directoryId ID of the directory for the WorkSpace. You have to specify userName along with directoryId. You cannot combine this parameter with workspaceId. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. tags Tags for the WorkSpace. userName 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. workspaceId ID of the WorkSpace. You cannot combine this parameter with directoryId.
const
GetWorkspaceArgs.fromMap(Map<String, dynamic> map)
factory

Properties

directoryId → Input<String?>?
ID of the directory for the WorkSpace. You have to specify userName along with directoryId. You cannot combine this parameter with workspaceId.
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 → Input<Map<String, String>?>?
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