Modifies the attributes of an existing license configuration.
licensemanager_update_license_configuration(LicenseConfigurationArn,
LicenseConfigurationStatus, LicenseRules, LicenseCount,
LicenseCountHardLimit, Name, Description, ProductInformationList,
DisassociateWhenNotFound)
[required] Amazon Resource Name (ARN) of the license configuration.
New status of the license configuration.
New license rule. The only rule that you can add after you create a license configuration is licenseAffinityToHost.
New number of licenses managed by the license configuration.
New hard limit of the number of available licenses.
New name of the license configuration.
New description of the license configuration.
New product information.
When true, disassociates a resource when software is uninstalled.
svc$update_license_configuration( LicenseConfigurationArn = "string", LicenseConfigurationStatus = "AVAILABLE"|"DISABLED", LicenseRules = list( "string" ), LicenseCount = 123, LicenseCountHardLimit = TRUE|FALSE, Name = "string", Description = "string", ProductInformationList = list( list( ResourceType = "string", ProductInformationFilterList = list( list( ProductInformationFilterName = "string", ProductInformationFilterValue = list( "string" ), ProductInformationFilterComparator = "string" ) ) ) ), DisassociateWhenNotFound = TRUE|FALSE )