aws.sso_admin.describe_instance
Example SQL Queries
SELECT * FROMaws.sso_admin.describe_instanceWHERE"instance_arn" = 'VALUE';Description
Returns the details of an instance of IAM Identity Center. The status can be one of the following:
CREATE_IN_PROGRESS - The instance is in the process of being created. When the instance is ready for use, DescribeInstance returns the status of ACTIVE. While the instance is in the CREATE_IN_PROGRESS state, you can call only DescribeInstance and DeleteInstance operations.
DELETE_IN_PROGRESS - The instance is being deleted. Returns AccessDeniedException after the delete operation completes.
ACTIVE - The instance is active.
Table Definition
| Column Name | Column Data Type |
|---|---|
| instance_arn Required Input Column The ARN of the instance of IAM Identity Center under which the operation will run. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference. | VARCHAR |
| _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 the instance was created. | TIMESTAMP_S |
| identity_store_id The identifier of the identity store that is connected to the instance of IAM Identity Center. | VARCHAR |
| name Specifies the instance name. | VARCHAR |
| owner_account_id The identifier of the Amazon Web Services account for which the instance was created. | VARCHAR |
| status The status of the instance. | VARCHAR |