Skip to main content

grant

Gets an individual grant resource

Overview

Namegrant
TypeResource
Descriptiongrant
Idawscc.licensemanager.grant

Fields

NameDatatypeDescription
grant_arnstringArn of the grant.
grant_namestringName for the created Grant.
license_arnstringLicense Arn for the grant.
home_regionstringHome region for the created grant.
versionstringThe version of the grant.
allowed_operationsarray
principalsarray
statusstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
grant_arn,
grant_name,
license_arn,
home_region,
version,
allowed_operations,
principals,
status
FROM awscc.licensemanager.grant
WHERE data__Identifier = '<GrantArn>';

Permissions

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

Read

license-manager:GetGrant

Update

license-manager:CreateGrantVersion

Delete

license-manager:DeleteGrant