Class OrganizationalUnitArgs
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.Organizations
Assembly: Pulumi.Aws.dll
Syntax
public sealed class OrganizationalUnitArgs : ResourceArgs
Constructors
View SourceOrganizationalUnitArgs()
Declaration
public OrganizationalUnitArgs()
Properties
View SourceName
The name for the organizational unit
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ParentId
ID of the parent organizational unit, which may be the root
Declaration
public Input<string> ParentId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |