Creates a new version of the specified license
Source:R/licensemanager_operations.R
licensemanager_create_license_version.RdCreates a new version of the specified license.
See https://www.paws-r-sdk.com/docs/licensemanager_create_license_version/ for full documentation.
Usage
licensemanager_create_license_version(
LicenseArn,
LicenseName,
ProductName,
Issuer,
HomeRegion,
Validity,
LicenseMetadata = NULL,
Entitlements,
ConsumptionConfiguration,
Status,
ClientToken,
SourceVersion = NULL
)Arguments
- LicenseArn
[required] Amazon Resource Name (ARN) of the license.
- LicenseName
[required] License name.
- ProductName
[required] Product name.
- Issuer
[required] License issuer.
- HomeRegion
[required] Home Region of the license.
- Validity
[required] Date and time range during which the license is valid, in ISO8601-UTC format.
- LicenseMetadata
Information about the license.
- Entitlements
[required] License entitlements.
- ConsumptionConfiguration
[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.
- Status
[required] License status.
- ClientToken
[required] Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- SourceVersion
Current version of the license.