Root

class Root

Contains details about a root. A root is a top-level parent node in the hierarchy of an organization that can contain organizational units (OUs) and accounts. The root contains every Amazon Web Services account in the organization.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the root.

Link copied to clipboard
val id: String?

The unique identifier (ID) for the root.

Link copied to clipboard
val name: String?

The friendly name of the root.

Link copied to clipboard

The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

Functions

Link copied to clipboard
inline fun copy(block: Root.Builder.() -> Unit = {}): Root
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String