Show / Hide Table of Contents

Class WorkspaceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
WorkspaceArgs
Inherited Members
ResourceArgs.Empty
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 Source

WorkspaceArgs()

Declaration
public WorkspaceArgs()

Properties

View Source

BundleId

The ID of the bundle for the WorkSpace.

Declaration
public Input<string> BundleId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DirectoryId

The ID of the directory for the WorkSpace.

Declaration
public Input<string> DirectoryId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

Tags

The tags for the WorkSpace.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

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>
View Source

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>
View Source

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>
View Source

WorkspaceProperties

The WorkSpace properties.

Declaration
public Input<WorkspaceWorkspacePropertiesArgs> WorkspaceProperties { get; set; }
Property Value
Type Description
Input<WorkspaceWorkspacePropertiesArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.