Show / Hide Table of Contents

Class OrganizationalUnitArgs

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

Constructors

View Source

OrganizationalUnitArgs()

Declaration
public OrganizationalUnitArgs()

Properties

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.