grant
Gets an individual grant
resource
Overview
Name | grant |
Type | Resource |
Description | grant |
Id | awscc.licensemanager.grant |
Fields
Name | Datatype | Description |
---|---|---|
grant_arn | string | Arn of the grant. |
grant_name | string | Name for the created Grant. |
license_arn | string | License Arn for the grant. |
home_region | string | Home region for the created grant. |
version | string | The version of the grant. |
allowed_operations | array | |
principals | array | |
status | string | |
region | string | AWS 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