---
type: resource-type
title: OrganizationsAccount
description: aws resource type AWS::Organizations::Account
name: OrganizationsAccount
lexicon: aws
resource_type: AWS::Organizations::Account
---
`AWS::Organizations::Account`, a resource type of the aws lexicon.

## Properties

- `AccountName` (`string`, required): The friendly name of the member account.
- `Email` (`string`, required): The email address of the owner to assign to the new member account.
- `AccountId` (`string`, optional): If the account was created successfully, the unique identifier (ID) of the new account.
- `Arn` (`string`, optional): The Amazon Resource Name (ARN) of the account.
- `JoinedMethod` (`"CREATED" | "INVITED"`, optional): The method by which the account joined the organization.
- `JoinedTimestamp` (`string`, optional): The date the account became a part of the organization.
- `ParentIds` (`string[]`, optional): List of parent nodes for the member account. Currently only one parent at a time is supported. Default is root.
- `Paths` (`string[]`, optional): The paths in the organization where the account exists.
- `RoleName` (`string`, optional): The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. Default name is OrganizationAccountAccessRole if not specified.
- `State` (`"ACTIVE" | "CLOSED" | "PENDING_ACTIVATION" | "PENDING_CLOSURE" | "SUSPENDED"`, optional): The state of the account in the organization.
- `Status` (`"ACTIVE" | "PENDING_CLOSURE" | "SUSPENDED"`, optional): The status of the account in the organization.
- `Tags` (`OrganizationsAccount_Tag[]`, optional): 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.

## Attributes

- `AccountId`
- `Arn`
- `JoinedMethod`
- `JoinedTimestamp`
- `Paths`
- `State`
- `Status`
