application_instance_tags
Expands all tag keys and values for application_instances in a region
Overview
| Name | application_instance_tags |
| Type | Resource |
| Description | Creates an application instance and deploys it to a device. |
| Id | aws.panorama.application_instance_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
default_runtime_context_device_name | string | |
status | string | |
default_runtime_context_device | string | The device's ID. |
description | string | A description for the application instance. |
application_instance_id_to_replace | string | The ID of an application instance to replace with the new instance. |
created_time | integer | |
health_status | string | |
manifest_overrides_payload | object | Setting overrides for the application manifest. |
last_updated_time | integer | |
runtime_role_arn | string | The ARN of a runtime role for the application instance. |
name | string | A name for the application instance. |
application_instance_id | string | |
status_description | string | |
manifest_payload | object | The application's manifest document. |
arn | string | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Expands tags for all application_instances in a region.
SELECT
region,
default_runtime_context_device_name,
status,
default_runtime_context_device,
description,
application_instance_id_to_replace,
created_time,
health_status,
manifest_overrides_payload,
last_updated_time,
runtime_role_arn,
name,
application_instance_id,
status_description,
manifest_payload,
arn,
tag_key,
tag_value
FROM aws.panorama.application_instance_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the application_instance_tags resource, see application_instances