aws.organizations.list_create_account_status
Example SQL Queries
SELECT * FROMaws.organizations.list_create_account_status;Description
Lists the account creation requests that match the specified status that is currently being tracked for the organization.
Always check the NextToken response parameter for a null value when calling a List* operation. These operations can occasionally return an empty set of results even when there are more results available. The NextToken response parameter value is null only when there are no more results to display.
This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.
Table Definition
| Column Name | Column Data Type |
|---|---|
| states Input Column A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response. | VARCHAR[] |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| account_id If the account was created successfully, the unique identifier (ID) of the new account. The regex pattern for an account ID string requires exactly 12 digits. | VARCHAR |
| account_name The account name given to the account when it was created. | VARCHAR |
| completed_timestamp The date and time that the account was created and the request completed. | TIMESTAMP_S |
| failure_reason If the request failed, a description of the reason for the failure.
| VARCHAR |
| gov_cloud_account_id If the account was created successfully, the unique identifier (ID) of the new account in the Amazon Web Services GovCloud (US) Region. | VARCHAR |
| id The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account. The regex pattern for a create account request ID string requires "car-" followed by from 8 to 32 lowercase letters or digits. | VARCHAR |
| requested_timestamp The date and time that the request was made for the account creation. | TIMESTAMP_S |
| state The status of the asynchronous request to create an Amazon Web Services account. | VARCHAR |