Last chance! 50% off unlimited learning
Sale ends in
Retrieves AWS Organizations-related information about the specified account.
organizations_describe_account(AccountId)
[required] The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.
The regex pattern for an account ID string requires exactly 12 digits.
svc$describe_account( AccountId = "string" )
This operation can be called only from the organization's master account.
# NOT RUN {
# The following example shows a user in the master account (111111111111)
# asking for details about account 555555555555:
# }
# NOT RUN {
svc$describe_account(
AccountId = "555555555555"
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab