aws.sso_admin.describe_application
Example SQL Queries
SELECT * FROMaws.sso_admin.describe_applicationWHERE"application_arn" = 'VALUE';Description
Retrieves the details of an application associated with an instance of IAM Identity Center.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_arn Required Input Column Specifies the ARN of the application. | 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
| |
| application_account The account ID. | VARCHAR |
| application_provider_arn The ARN of the application provider under which the operation will run. | VARCHAR |
| created_date The date the application was created. | TIMESTAMP_S |
| description The description of the . | VARCHAR |
| instance_arn The ARN of the IAM Identity Center application 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 |
| name The application name. | VARCHAR |
| portal_options A structure that describes the options for the portal associated with an application. | STRUCT( |
Show child fields
| |
| status Specifies whether the application is enabled or disabled. | VARCHAR |