Skip to main content

aws.account

Supported platform

  • aws

Description

AWS Account

The aws.account resource provides configuration for AWS accounts, including the account number and configured aliases.

Fields

IDTYPEDESCRIPTION
idstringAccount ID
aliases[]stringAccount aliases
organizationaws.organizationInformation about the associated organization, if any
tagsmap[string]stringTags on the account, Note: This operation can only be called from the organization's management, account or by a member account that is a delegated administrator for an, Amazon Web Services service.
contactInformationdictPrimary contact information for the account
alternateContacts[]aws.account.alternateContactAll alternate contacts configured for the account
securityContactaws.account.alternateContactSecurity alternate contact for the account
billingContactaws.account.alternateContactBilling alternate contact for the account
operationsContactaws.account.alternateContactOperations alternate contact for the account

Examples

Return the account ID (number) and any configured account aliases

aws.account {
id
aliases
}