app_block
Gets an individual app_block
resource
Overview
Name | app_block |
Type | Resource |
Description | app_block |
Id | awscc.appstream.app_block |
Fields
Name | Datatype | Description |
---|---|---|
name | string | |
arn | string | |
description | string | |
display_name | string | |
source_s3_location | object | |
setup_script_details | object | |
tags | array | |
created_time | string | |
packaging_type | string | |
post_setup_script_details | object | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name,
arn,
description,
display_name,
source_s3_location,
setup_script_details,
tags,
created_time,
packaging_type,
post_setup_script_details
FROM awscc.appstream.app_block
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the app_block
resource, the following permissions are required:
Read
appstream:DescribeAppBlocks
Delete
appstream:DeleteAppBlock