Checks out the specified license for offline use.
licensemanager_checkout_borrow_license(LicenseArn, Entitlements,
DigitalSignatureMethod, NodeId, CheckoutMetadata, ClientToken)
[required] Amazon Resource Name (ARN) of the license. The license must use the borrow consumption configuration.
[required] License entitlements. Partial checkouts are not supported.
[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.
Node ID.
Information about constraints.
[required] Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
svc$checkout_borrow_license( LicenseArn = "string", Entitlements = list( list( Name = "string", Value = "string", Unit = "Count"|"None"|"Seconds"|"Microseconds"|"Milliseconds"|"Bytes"|"Kilobytes"|"Megabytes"|"Gigabytes"|"Terabytes"|"Bits"|"Kilobits"|"Megabits"|"Gigabits"|"Terabits"|"Percent"|"Bytes/Second"|"Kilobytes/Second"|"Megabytes/Second"|"Gigabytes/Second"|"Terabytes/Second"|"Bits/Second"|"Kilobits/Second"|"Megabits/Second"|"Gigabits/Second"|"Terabits/Second"|"Count/Second" ) ), DigitalSignatureMethod = "JWT_PS384", NodeId = "string", CheckoutMetadata = list( list( Name = "string", Value = "string" ) ), ClientToken = "string" )