AwsOrganizationsAccountPropertiesResponse

data class AwsOrganizationsAccountPropertiesResponse(val accountId: String? = null, val accountName: String? = null, val arn: String? = null, val email: String? = null, val joinedMethod: String? = null, val joinedTimestamp: String? = null, val parentIds: List<String>? = null, val roleName: String? = null, val status: String? = null, val tags: List<TagResponse>? = null)

Definition of awsOrganizationsAccount

Constructors

constructor(accountId: String? = null, accountName: String? = null, arn: String? = null, email: String? = null, joinedMethod: String? = null, joinedTimestamp: String? = null, parentIds: List<String>? = null, roleName: String? = null, status: String? = null, tags: List<TagResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accountId: String? = null

If the account was created successfully, the unique identifier (ID) of the new account.

Link copied to clipboard
val accountName: String? = null

The friendly name of the member account.

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the account.

Link copied to clipboard
val email: String? = null

The email address of the owner to assign to the new member account.

Link copied to clipboard
val joinedMethod: String? = null

The method by which the account joined the organization.

Link copied to clipboard
val joinedTimestamp: String? = null

The date the account became a part of the organization.

Link copied to clipboard
val parentIds: List<String>? = null

List of parent nodes for the member account. Currently only one parent at a time is supported. Default is root.

Link copied to clipboard
val roleName: String? = null

The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. Default name is OrganizationAccountAccessRole if not specified.

Link copied to clipboard
val status: String? = null

The status of the account in the organization.

Link copied to clipboard
val tags: List<TagResponse>? = null

A list of tags that you want to attach to the newly created account. For each tag in the list, you must specify both a tag key and a value.