Class WorkspaceArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class WorkspaceArgs : ResourceArgs
Constructors
View SourceWorkspaceArgs()
Declaration
public WorkspaceArgs()
Properties
View SourceBundleId
The ID of the bundle for the WorkSpace.
Declaration
public Input<string> BundleId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DirectoryId
The ID of the directory for the WorkSpace.
Declaration
public Input<string> DirectoryId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RootVolumeEncryptionEnabled
Indicates whether the data stored on the root volume is encrypted.
Declaration
public Input<bool> RootVolumeEncryptionEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Tags
The tags for the WorkSpace.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
UserName
The user name of the user for the WorkSpace. This user name must exist in the directory for the WorkSpace.
Declaration
public Input<string> UserName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserVolumeEncryptionEnabled
Indicates whether the data stored on the user volume is encrypted.
Declaration
public Input<bool> UserVolumeEncryptionEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
VolumeEncryptionKey
The symmetric AWS KMS customer master key (CMK) used to encrypt data stored on your WorkSpace. Amazon WorkSpaces does not support asymmetric CMKs.
Declaration
public Input<string> VolumeEncryptionKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
WorkspaceProperties
The WorkSpace properties.
Declaration
public Input<WorkspaceWorkspacePropertiesArgs> WorkspaceProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<WorkspaceWorkspacePropertiesArgs> |