---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_appstream_app_block Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::AppStream::AppBlock
---
# awscc_appstream_app_block (Data Source)
Data Source schema for AWS::AppStream::AppBlock
## Schema
### Required
- `id` (String) Uniquely identifies the resource.
### Read-Only
- `arn` (String)
- `created_time` (String)
- `description` (String)
- `display_name` (String)
- `name` (String)
- `setup_script_details` (Attributes) (see [below for nested schema](#nestedatt--setup_script_details))
- `source_s3_location` (Attributes) (see [below for nested schema](#nestedatt--source_s3_location))
- `tags` (Attributes Set) (see [below for nested schema](#nestedatt--tags))
### Nested Schema for `setup_script_details`
Read-Only:
- `executable_parameters` (String)
- `executable_path` (String)
- `script_s3_location` (Attributes) (see [below for nested schema](#nestedatt--setup_script_details--script_s3_location))
- `timeout_in_seconds` (Number)
### Nested Schema for `setup_script_details.script_s3_location`
Read-Only:
- `s3_bucket` (String)
- `s3_key` (String)
### Nested Schema for `source_s3_location`
Read-Only:
- `s3_bucket` (String)
- `s3_key` (String)
### Nested Schema for `tags`
Read-Only:
- `tag_key` (String)
- `tag_value` (String)