licensemanager_create_license: Creates a license

View source: R/licensemanager_operations.R

licensemanager_create_licenseR Documentation

Creates a license

Description

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
)

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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.