--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_panorama_application_instance Resource - terraform-provider-awscc" subcategory: "" description: |- Schema for ApplicationInstance CloudFormation Resource --- # awscc_panorama_application_instance (Resource) Schema for ApplicationInstance CloudFormation Resource ## Schema ### Required - `default_runtime_context_device` (String) - `manifest_payload` (Attributes) (see [below for nested schema](#nestedatt--manifest_payload)) ### Optional - `application_instance_id_to_replace` (String) - `description` (String) - `device_id` (String) - `manifest_overrides_payload` (Attributes) (see [below for nested schema](#nestedatt--manifest_overrides_payload)) - `name` (String) - `runtime_role_arn` (String) - `status_filter` (String) - `tags` (Attributes Set) List of tags (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `application_instance_id` (String) - `arn` (String) - `created_time` (Number) - `default_runtime_context_device_name` (String) - `health_status` (String) - `id` (String) Uniquely identifies the resource. - `last_updated_time` (Number) - `status` (String) - `status_description` (String) ### Nested Schema for `manifest_payload` Required: - `payload_data` (String) ### Nested Schema for `manifest_overrides_payload` Optional: - `payload_data` (String) ### Nested Schema for `tags` Optional: - `key` (String) A string used to identify this tag - `value` (String) A string containing the value for the tag ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_panorama_application_instance.example ```