Skip to main content

grants_list_only

Lists grants in a region or regions, for all properties use grants

Overview

Namegrants_list_only
TypeResource
DescriptionAn example resource schema demonstrating some basic constructs and validation rules.
Idaws.licensemanager.grants_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all grants in a region.

SELECT
region,
grant_arn
FROM aws.licensemanager.grants_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the grants_list_only resource, see grants