application
Gets an individual application
resource
Overview
Name | application |
Type | Resource |
Description | application |
Id | awscc.appstream.application |
Fields
Name | Datatype | Description |
---|---|---|
name | string | |
display_name | string | |
description | string | |
launch_path | string | |
launch_parameters | string | |
working_directory | string | |
instance_families | array | |
icon_s3_location | object | |
arn | string | |
app_block_arn | string | |
platforms | array | |
tags | array | |
attributes_to_delete | array | |
created_time | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name,
display_name,
description,
launch_path,
launch_parameters,
working_directory,
instance_families,
icon_s3_location,
arn,
app_block_arn,
platforms,
tags,
attributes_to_delete,
created_time
FROM awscc.appstream.application
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the application
resource, the following permissions are required:
Read
appstream:DescribeApplications
Update
appstream:UpdateApplication,
s3:GetObject
Delete
appstream:DeleteApplication