Skip to main content

app_block

Gets an individual app_block resource

Overview

Nameapp_block
TypeResource
Descriptionapp_block
Idawscc.appstream.app_block

Fields

NameDatatypeDescription
namestring
arnstring
descriptionstring
display_namestring
source_s3_locationobject
setup_script_detailsobject
tagsarray
created_timestring
packaging_typestring
post_setup_script_detailsobject
regionstringAWS 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