Get Grant
licensemanager_get_grant | R Documentation |
Gets detailed information about the specified grant¶
Description¶
Gets detailed information about the specified grant.
Usage¶
Arguments¶
GrantArn
[required] Amazon Resource Name (ARN) of the grant.
Version
Grant version.
Value¶
A list with the following syntax:
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"|"WORKFLOW_COMPLETED",
StatusReason = "string",
Version = "string",
GrantedOperations = list(
"CreateGrant"|"CheckoutLicense"|"CheckoutBorrowLicense"|"CheckInLicense"|"ExtendConsumptionLicense"|"ListPurchasedLicenses"|"CreateToken"
),
Options = list(
ActivationOverrideBehavior = "DISTRIBUTED_GRANTS_ONLY"|"ALL_GRANTS_PERMITTED_BY_ISSUER"
)
)
)