Show / Hide Table of Contents

Class WorkspaceState

Inheritance
System.Object
InputArgs
ResourceArgs
WorkspaceState
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 WorkspaceState : ResourceArgs

Constructors

View Source

WorkspaceState()

Declaration
public WorkspaceState()

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

ComputerName

The name of the WorkSpace, as seen by the operating system.

Declaration
public Input<string> ComputerName { 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

IpAddress

The IP address of the WorkSpace.

Declaration
public Input<string> IpAddress { 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

State

The operational state of the WorkSpace.

Declaration
public Input<string> State { get; set; }
Property Value
Type Description
Input<System.String>
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<WorkspaceWorkspacePropertiesGetArgs> WorkspaceProperties { get; set; }
Property Value
Type Description
Input<WorkspaceWorkspacePropertiesGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.