aws.sso_admin.list_instances
Example SQL Queries
SELECT * FROMaws.sso_admin.list_instances;Description
Lists the details of the organization and account instances of IAM Identity Center that were created in or visible to the account calling this API.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| created_date The date and time that the Identity Center instance was created. | TIMESTAMP_S |
| identity_store_id The identifier of the identity store that is connected to the Identity Center instance. | VARCHAR |
| instance_arn The ARN of the Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference. | VARCHAR |
| name The name of the Identity Center instance. | VARCHAR |
| owner_account_id The Amazon Web Services account ID number of the owner of the Identity Center instance. | VARCHAR |
| status The current status of this Identity Center instance. | VARCHAR |