aws.appconfig.get_application
Example SQL Queries
SELECT * FROMaws.appconfig.get_applicationWHERE"application_id" = 'VALUE';Description
Retrieves information about an application.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_id Required Input Column The ID of the application you want to get. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| description The description of the application. | VARCHAR |
| id The application ID. | VARCHAR |
| name The application name. | VARCHAR |