View source: R/licensemanager_operations.R
licensemanager_create_license_configuration | R Documentation |
Creates a license configuration.
See https://www.paws-r-sdk.com/docs/licensemanager_create_license_configuration/ for full documentation.
licensemanager_create_license_configuration(
Name,
Description = NULL,
LicenseCountingType,
LicenseCount = NULL,
LicenseCountHardLimit = NULL,
LicenseRules = NULL,
Tags = NULL,
DisassociateWhenNotFound = NULL,
ProductInformationList = NULL
)
Name |
[required] Name of the license configuration. |
Description |
Description of the license configuration. |
LicenseCountingType |
[required] Dimension used to track the license inventory. |
LicenseCount |
Number of licenses managed by the license configuration. |
LicenseCountHardLimit |
Indicates whether hard or soft license enforcement is used. Exceeding a hard limit blocks the launch of new instances. |
LicenseRules |
License rules. The syntax is #name=value (for example, #allowedTenancy=EC2-DedicatedHost). The available rules vary by dimension, as follows.
The unit for |
Tags |
Tags to add to the license configuration. |
DisassociateWhenNotFound |
When true, disassociates a resource when software is uninstalled. |
ProductInformationList |
Product information. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.