Class DirectoryArgs
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 DirectoryArgs : ResourceArgs
Constructors
View SourceDirectoryArgs()
Declaration
public DirectoryArgs()
Properties
View SourceDirectoryId
The directory identifier for registration in WorkSpaces service.
Declaration
public Input<string> DirectoryId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SelfServicePermissions
The permissions to enable or disable self-service capabilities.
Declaration
public Input<DirectorySelfServicePermissionsArgs> SelfServicePermissions { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DirectorySelfServicePermissionsArgs> |
SubnetIds
The identifiers of the subnets where the directory resides.
Declaration
public InputList<string> SubnetIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Tags
A map of tags assigned to the WorkSpaces directory.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |