View source: R/licensemanager_operations.R
licensemanager_checkout_borrow_license | R Documentation |
Checks out the specified license for offline use.
See https://www.paws-r-sdk.com/docs/licensemanager_checkout_borrow_license/ for full documentation.
licensemanager_checkout_borrow_license(
LicenseArn,
Entitlements,
DigitalSignatureMethod,
NodeId = NULL,
CheckoutMetadata = NULL,
ClientToken
)
LicenseArn |
[required] Amazon Resource Name (ARN) of the license. The license must use the borrow consumption configuration. |
Entitlements |
[required] License entitlements. Partial checkouts are not supported. |
DigitalSignatureMethod |
[required] Digital signature method. The possible value is JSON Web Signature (JWS) algorithm PS384. For more information, see RFC 7518 Digital Signature with RSASSA-PSS. |
NodeId |
Node ID. |
CheckoutMetadata |
Information about constraints. |
ClientToken |
[required] Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.