---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_appstream_application Resource - terraform-provider-awscc"
subcategory: ""
description: |-
Resource Type definition for AWS::AppStream::Application
---
# awscc_appstream_application (Resource)
Resource Type definition for AWS::AppStream::Application
## Schema
### Required
- `app_block_arn` (String)
- `icon_s3_location` (Attributes) (see [below for nested schema](#nestedatt--icon_s3_location))
- `instance_families` (Set of String)
- `launch_path` (String)
- `name` (String)
- `platforms` (Set of String)
### Optional
- `attributes_to_delete` (Set of String)
- `description` (String)
- `display_name` (String)
- `launch_parameters` (String)
- `tags` (Attributes Set) (see [below for nested schema](#nestedatt--tags))
- `working_directory` (String)
### Read-Only
- `arn` (String)
- `created_time` (String)
- `id` (String) Uniquely identifies the resource.
### Nested Schema for `icon_s3_location`
Required:
- `s3_bucket` (String)
- `s3_key` (String)
### Nested Schema for `tags`
Optional:
- `tag_key` (String)
- `tag_value` (String)
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_appstream_application.example
```