class Aws::LicenseManager::Types::UpdateLicenseConfigurationRequest

@note When making an API call, you may pass UpdateLicenseConfigurationRequest

data as a hash:

    {
      license_configuration_arn: "String", # required
      license_configuration_status: "AVAILABLE", # accepts AVAILABLE, DISABLED
      license_rules: ["String"],
      license_count: 1,
      license_count_hard_limit: false,
      name: "String",
      description: "String",
      product_information_list: [
        {
          resource_type: "String", # required
          product_information_filter_list: [ # required
            {
              product_information_filter_name: "String", # required
              product_information_filter_value: ["String"],
              product_information_filter_comparator: "String", # required
            },
          ],
        },
      ],
      disassociate_when_not_found: false,
    }

@!attribute [rw] license_configuration_arn

Amazon Resource Name (ARN) of the license configuration.
@return [String]

@!attribute [rw] license_configuration_status

New status of the license configuration.
@return [String]

@!attribute [rw] license_rules

New license rule. The only rule that you can add after you create a
license configuration is licenseAffinityToHost.
@return [Array<String>]

@!attribute [rw] license_count

New number of licenses managed by the license configuration.
@return [Integer]

@!attribute [rw] license_count_hard_limit

New hard limit of the number of available licenses.
@return [Boolean]

@!attribute [rw] name

New name of the license configuration.
@return [String]

@!attribute [rw] description

New description of the license configuration.
@return [String]

@!attribute [rw] product_information_list

New product information.
@return [Array<Types::ProductInformation>]

@!attribute [rw] disassociate_when_not_found

When true, disassociates a resource when software is uninstalled.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/UpdateLicenseConfigurationRequest AWS API Documentation

Constants

SENSITIVE