licensemanager_update_license_configuration: Modifies the attributes of an existing license configuration

View source: R/licensemanager_operations.R

licensemanager_update_license_configurationR Documentation

Modifies the attributes of an existing license configuration

Description

Modifies 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
)

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.


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