Show / Hide Table of Contents

Class OrganizationalUnitState

Inheritance
System.Object
InputArgs
ResourceArgs
OrganizationalUnitState
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.Organizations
Assembly: Pulumi.Aws.dll
Syntax
public sealed class OrganizationalUnitState : ResourceArgs

Constructors

View Source

OrganizationalUnitState()

Declaration
public OrganizationalUnitState()

Properties

View Source

Accounts

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>
View Source

Arn

ARN of the organizational unit

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

Name

The name for the organizational unit

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.