Learn Data & AI Skills | 50% off
Get 50% off unlimited learning

paws.management (version 0.1.12)

licensemanager_get_grant: Gets detailed information about the specified grant

Description

Gets detailed information about the specified grant.

Usage

licensemanager_get_grant(GrantArn, 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",
    StatusReason = "string",
    Version = "string",
    GrantedOperations = list(
      "CreateGrant"|"CheckoutLicense"|"CheckoutBorrowLicense"|"CheckInLicense"|"ExtendConsumptionLicense"|"ListPurchasedLicenses"|"CreateToken"
    )
  )
)

Arguments

GrantArn

[required] Amazon Resource Name (ARN) of the grant.

Version

Grant version.

Request syntax

svc$get_grant(
  GrantArn = "string",
  Version = "string"
)