Show / Hide Table of Contents

Class DirectoryArgs

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

Constructors

View Source

DirectoryArgs()

Declaration
public DirectoryArgs()

Properties

View Source

DirectoryId

The directory identifier for registration in WorkSpaces service.

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

SelfServicePermissions

The permissions to enable or disable self-service capabilities.

Declaration
public Input<DirectorySelfServicePermissionsArgs> SelfServicePermissions { get; set; }
Property Value
Type Description
Input<DirectorySelfServicePermissionsArgs>
View Source

SubnetIds

The identifiers of the subnets where the directory resides.

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

Tags

A map of tags assigned to the WorkSpaces directory.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.