---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# aws_appstream_application{% #aws_appstream_application %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `app_block_arn`{% #app_block_arn %}

**Type**: `STRING`**Provider name**: `AppBlockArn`**Description**: The app block ARN of the application.

## `arn`{% #arn %}

**Type**: `STRING`**Provider name**: `Arn`**Description**: The ARN of the application.

## `created_time`{% #created_time %}

**Type**: `TIMESTAMP`**Provider name**: `CreatedTime`**Description**: The time at which the application was created within the app block.

## `description`{% #description %}

**Type**: `STRING`**Provider name**: `Description`**Description**: The description of the application.

## `enabled`{% #enabled %}

**Type**: `BOOLEAN`**Provider name**: `Enabled`**Description**: If there is a problem, the application can be disabled after image creation.

## `icon_s3_location`{% #icon_s3_location %}

**Type**: `STRUCT`**Provider name**: `IconS3Location`**Description**: The S3 location of the application icon.

- `s3_bucket`**Type**: `STRING`**Provider name**: `S3Bucket`**Description**: The S3 bucket of the S3 object.
- `s3_key`**Type**: `STRING`**Provider name**: `S3Key`**Description**: The S3 key of the S3 object. This is required when used for the following:
  - IconS3Location (Actions: CreateApplication and UpdateApplication)
  - SessionScriptS3Location (Actions: CreateFleet and UpdateFleet)
  - ScriptDetails (Actions: CreateAppBlock)
  - SourceS3Location when creating an app block with `CUSTOM` PackagingType (Actions: CreateAppBlock)
  - SourceS3Location when creating an app block with `APPSTREAM2` PackagingType, and using an existing application package (VHD file). In this case, `S3Key` refers to the VHD file. If a new application package is required, then `S3Key` is not required. (Actions: CreateAppBlock)

## `icon_url`{% #icon_url %}

**Type**: `STRING`**Provider name**: `IconURL`**Description**: The URL for the application icon. This URL might be time-limited.

## `instance_families`{% #instance_families %}

**Type**: `UNORDERED_LIST_STRING`**Provider name**: `InstanceFamilies`**Description**: The instance families for the application.

## `launch_parameters`{% #launch_parameters %}

**Type**: `STRING`**Provider name**: `LaunchParameters`**Description**: The arguments that are passed to the application at launch.

## `launch_path`{% #launch_path %}

**Type**: `STRING`**Provider name**: `LaunchPath`**Description**: The path to the application executable in the instance.

## `metadata`{% #metadata %}

**Type**: `MAP_STRING_STRING`**Provider name**: `Metadata`**Description**: Additional attributes that describe the application.

## `name`{% #name %}

**Type**: `STRING`**Provider name**: `Name`**Description**: The name of the application.

## `platforms`{% #platforms %}

**Type**: `UNORDERED_LIST_STRING`**Provider name**: `Platforms`**Description**: The platforms on which the application can run.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `working_directory`{% #working_directory %}

**Type**: `STRING`**Provider name**: `WorkingDirectory`**Description**: The working directory for the application.
