AwsOrganizationsOrganizationalUnitCapabilityArgs

interface AwsOrganizationsOrganizationalUnitCapabilityArgs extends Omit<aws.organizations.OrganizationalUnitArgs, 'name' | 'parentId'> { name: Input<string>; parentId?: Input<string>; parentOrganizationalUnitKey?: string; tags?: Input<{ [key: string]: Input<string> } | undefined>; }

Organisational unit capability arguments.

Hierarchy

  • OrganizationalUnitArgs, "name" | "parentId">
  • AwsOrganizationsOrganizationalUnitCapabilityArgs

Properties

name: Input<string>

Organisational unit name.

parentId: Input<string>

Explicit parent OU/root ID.

parentOrganizationalUnitKey: string

Parent organisational unit key from args.organizationalUnits.

tags: Input<{ [key: string]: Input<string> } | undefined>

Inherited from tags

Key-value map of resource tags. .If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.