Skip to main content

entitlement

Gets an individual entitlement resource

Overview

Nameentitlement
TypeResource
Descriptionentitlement
Idawscc.appstream.entitlement

Fields

NameDatatypeDescription
namestring
stack_namestring
descriptionstring
app_visibilitystring
attributesarray
created_timestring
last_modified_timestring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name,
stack_name,
description,
app_visibility,
attributes,
created_time,
last_modified_time
FROM awscc.appstream.entitlement
WHERE data__Identifier = '<StackName>|<Name>';

Permissions

To operate on the entitlement resource, the following permissions are required:

Read

appstream:DescribeEntitlements

Update

appstream:UpdateEntitlement

Delete

appstream:DeleteEntitlement