Skip to main content

application_instance_tags

Expands all tag keys and values for application_instances in a region

Overview

Nameapplication_instance_tags
TypeResource
DescriptionCreates an application instance and deploys it to a device.
Idaws.panorama.application_instance_tags

Fields

NameDatatypeDescription
default_runtime_context_device_namestring
statusstring
default_runtime_context_devicestringThe device's ID.
descriptionstringA description for the application instance.
application_instance_id_to_replacestringThe ID of an application instance to replace with the new instance.
created_timeinteger
health_statusstring
manifest_overrides_payloadobjectSetting overrides for the application manifest.
last_updated_timeinteger
runtime_role_arnstringThe ARN of a runtime role for the application instance.
namestringA name for the application instance.
application_instance_idstring
status_descriptionstring
manifest_payloadobjectThe application's manifest document.
arnstring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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