licensemanager_checkout_borrow_license {paws.management} | R Documentation |
Checks out the specified license for offline use
Description
Checks out the specified license for offline use.
See https://www.paws-r-sdk.com/docs/licensemanager_checkout_borrow_license/ for full documentation.
Usage
licensemanager_checkout_borrow_license(
LicenseArn,
Entitlements,
DigitalSignatureMethod,
NodeId = NULL,
CheckoutMetadata = NULL,
ClientToken
)
Arguments
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. |
[Package paws.management version 0.7.0 Index]