Creates a new version of the specified license.
licensemanager_create_license_version(LicenseArn, LicenseName,
ProductName, Issuer, HomeRegion, Validity, LicenseMetadata,
Entitlements, ConsumptionConfiguration, Status, ClientToken,
SourceVersion)
[required] Amazon Resource Name (ARN) of the license.
[required] License name.
[required] Product name.
[required] License issuer.
[required] Home Region of the license.
[required] Date and time range during which the license is valid, in ISO8601-UTC format.
Information about the license.
[required] License entitlements.
[required] Configuration for consumption of the license. Choose a provisional configuration for workloads running with continuous connectivity. Choose a borrow configuration for workloads with offline usage.
[required] License status.
[required] Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
Current version of the license.
svc$create_license_version( LicenseArn = "string", LicenseName = "string", ProductName = "string", Issuer = list( Name = "string", SignKey = "string" ), HomeRegion = "string", Validity = list( Begin = "string", End = "string" ), LicenseMetadata = list( list( Name = "string", Value = "string" ) ), Entitlements = list( list( Name = "string", Value = "string", MaxCount = 123, Overage = TRUE|FALSE, 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", AllowCheckIn = TRUE|FALSE ) ), ConsumptionConfiguration = list( RenewType = "None"|"Weekly"|"Monthly", ProvisionalConfiguration = list( MaxTimeToLiveInMinutes = 123 ), BorrowConfiguration = list( AllowEarlyCheckIn = TRUE|FALSE, MaxTimeToLiveInMinutes = 123 ) ), Status = "AVAILABLE"|"PENDING_AVAILABLE"|"DEACTIVATED"|"SUSPENDED"|"EXPIRED"|"PENDING_DELETE"|"DELETED", ClientToken = "string", SourceVersion = "string" )