Creates a license.
See https://www.paws-r-sdk.com/docs/licensemanager_create_license/ for full documentation.
Usage
licensemanager_create_license(
LicenseName,
ProductName,
ProductSKU,
Issuer,
HomeRegion,
Validity,
Entitlements,
Beneficiary,
ConsumptionConfiguration,
LicenseMetadata = NULL,
ClientToken,
Tags = NULL
)Arguments
- LicenseName
[required] License name.
- ProductName
[required] Product name.
- ProductSKU
[required] Product SKU.
- Issuer
[required] License issuer.
- HomeRegion
[required] Home Region for the license.
- Validity
[required] Date and time range during which the license is valid, in ISO8601-UTC format.
- Entitlements
[required] License entitlements.
- Beneficiary
[required] License beneficiary.
- 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.
- LicenseMetadata
Information about the license.
- ClientToken
[required] Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
Tags to add to the license. For more information about tagging support in License Manager, see the
tag_resourceoperation.