OrganizationalUnit

class OrganizationalUnit : KotlinCustomResource

You can use organizational units (OUs) to group accounts together to administer as a single unit. This greatly simplifies the management of your accounts. For example, you can attach a policy-based control to an OU, and all accounts within the OU automatically inherit the policy. You can create multiple OUs within a single organization, and you can create OUs within other OUs. Each OU can contain multiple accounts, and you can move accounts from one OU to another. However, OU names must be unique within a parent OU or root.

Example Usage

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of this OU.

Link copied to clipboard
val awsId: Output<String>

The unique identifier (ID) associated with this OU.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

The friendly name of this OU.

Link copied to clipboard
val parentId: Output<String>

The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

A list of tags that you want to attach to the newly created OU.

Link copied to clipboard
val urn: Output<String>