aws.panorama.describe_application_instance_details
Example SQL Queries
SELECT * FROMaws.panorama.describe_application_instance_detailsWHERE"application_instance_id" = 'VALUE';Description
Returns information about an application instance's configuration manifest.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_instance_id Required Input Column The application instance's ID. | 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_instance_id_to_replace The ID of the application instance that this instance replaced. | VARCHAR |
| created_time When the application instance was created. | TIMESTAMP_S |
| default_runtime_context_device The application instance's default runtime context device. | VARCHAR |
| description The application instance's description. | VARCHAR |
| manifest_overrides_payload Parameter overrides for the configuration manifest. | STRUCT( |
Show child fields
| |
| manifest_payload The application instance's configuration manifest. | STRUCT( |
Show child fields
| |
| name The application instance's name. | VARCHAR |