aws.panorama.list_application_instance_dependencies
Example SQL Queries
SELECT * FROMaws.panorama.list_application_instance_dependenciesWHERE"application_instance_id" = 'VALUE';Description
Returns a list of application instance dependencies.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_instance_id Required Input Column The application instance's ID. | VARCHAR |
| max_results Input Column The maximum number of application instance dependencies to return in one page of results. | BIGINT |
| next_token Input Column A pagination token that's included if more results are available. | 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
| |
| package_objects A list of package objects. | STRUCT( |
Show child fields
| |