Class OrganizationalUnitState
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 OrganizationalUnitState : ResourceArgs
Constructors
View SourceOrganizationalUnitState()
Declaration
public OrganizationalUnitState()
Properties
View SourceAccounts
List of child accounts for this Organizational Unit. Does not return account information for child Organizational Units. All elements have these attributes:
Declaration
public InputList<OrganizationalUnitAccountGetArgs> Accounts { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<OrganizationalUnitAccountGetArgs> |
Arn
ARN of the organizational unit
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
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> |