View source: R/licensemanager_operations.R
licensemanager_update_license_configuration | R Documentation |
Modifies the attributes of an existing license configuration.
See https://www.paws-r-sdk.com/docs/licensemanager_update_license_configuration/ for full documentation.
licensemanager_update_license_configuration(
LicenseConfigurationArn,
LicenseConfigurationStatus = NULL,
LicenseRules = NULL,
LicenseCount = NULL,
LicenseCountHardLimit = NULL,
Name = NULL,
Description = NULL,
ProductInformationList = NULL,
DisassociateWhenNotFound = NULL
)
LicenseConfigurationArn |
[required] Amazon Resource Name (ARN) of the license configuration. |
LicenseConfigurationStatus |
New status of the license configuration. |
LicenseRules |
New license rule. The only rule that you can add after you create a license configuration is licenseAffinityToHost. |
LicenseCount |
New number of licenses managed by the license configuration. |
LicenseCountHardLimit |
New hard limit of the number of available licenses. |
Name |
New name of the license configuration. |
Description |
New description of the license configuration. |
ProductInformationList |
New product information. |
DisassociateWhenNotFound |
When true, disassociates a resource when software is uninstalled. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.