Description Usage Arguments Value Request syntax
View source: R/licensemanager_operations.R
Gets detailed information about the specified grant.
1 | licensemanager_get_grant(GrantArn, Version)
|
GrantArn |
[required] Amazon Resource Name (ARN) of the grant. |
Version |
Grant version. |
A list with the following syntax:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | list(
Grant = list(
GrantArn = "string",
GrantName = "string",
ParentArn = "string",
LicenseArn = "string",
GranteePrincipalArn = "string",
HomeRegion = "string",
GrantStatus = "PENDING_WORKFLOW"|"PENDING_ACCEPT"|"REJECTED"|"ACTIVE"|"FAILED_WORKFLOW"|"DELETED"|"PENDING_DELETE"|"DISABLED",
StatusReason = "string",
Version = "string",
GrantedOperations = list(
"CreateGrant"|"CheckoutLicense"|"CheckoutBorrowLicense"|"CheckInLicense"|"ExtendConsumptionLicense"|"ListPurchasedLicenses"|"CreateToken"
)
)
)
|
1 2 3 4 | svc$get_grant(
GrantArn = "string",
Version = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.