Modifies the attributes of an existing license configuration
Source:R/licensemanager_operations.R
licensemanager_update_license_configuration.RdModifies the attributes of an existing license configuration.
See https://www.paws-r-sdk.com/docs/licensemanager_update_license_configuration/ for full documentation.
Usage
licensemanager_update_license_configuration(
LicenseConfigurationArn,
LicenseConfigurationStatus = NULL,
LicenseRules = NULL,
LicenseCount = NULL,
LicenseCountHardLimit = NULL,
Name = NULL,
Description = NULL,
ProductInformationList = NULL,
DisassociateWhenNotFound = NULL,
LicenseExpiry = NULL
)Arguments
- 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.
- LicenseExpiry
License configuration expiry time.