Class DirectorySelfServicePermissionsArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Workspaces.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DirectorySelfServicePermissionsArgs : ResourceArgs
Constructors
View SourceDirectorySelfServicePermissionsArgs()
Declaration
public DirectorySelfServicePermissionsArgs()
Properties
View SourceChangeComputeType
Whether WorkSpaces directory users can change the compute type (bundle) for their workspace. Default false.
Declaration
public Input<bool> ChangeComputeType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
IncreaseVolumeSize
Whether WorkSpaces directory users can increase the volume size of the drives on their workspace. Default false.
Declaration
public Input<bool> IncreaseVolumeSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
RebuildWorkspace
Whether WorkSpaces directory users can rebuild the operating system of a workspace to its original state. Default false.
Declaration
public Input<bool> RebuildWorkspace { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
RestartWorkspace
Whether WorkSpaces directory users can restart their workspace. Default true.
Declaration
public Input<bool> RestartWorkspace { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
SwitchRunningMode
Whether WorkSpaces directory users can switch the running mode of their workspace. Default false.
Declaration
public Input<bool> SwitchRunningMode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |