Account

class Account : KotlinCustomResource

You can use AWS::Organizations::Account to manage accounts in organization.

Properties

Link copied to clipboard
val accountId: Output<String>

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

Link copied to clipboard
val accountName: Output<String>

The friendly name of the member account.

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the account.

Link copied to clipboard
val email: Output<String>

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

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

The method by which the account joined the organization.

Link copied to clipboard
val joinedTimestamp: Output<String>

The date the account became a part of the organization.

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

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 pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val roleName: Output<String>?

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: Output<AccountStatus>

The status of the account in the organization.

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

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.

Link copied to clipboard
val urn: Output<String>