NAME

Paws::LicenseManager::UpdateLicenseConfiguration - Arguments for method UpdateLicenseConfiguration on Paws::LicenseManager

DESCRIPTION

This class represents the parameters used for calling the method UpdateLicenseConfiguration on the AWS License Manager service. Use the attributes of this class as arguments to method UpdateLicenseConfiguration.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to UpdateLicenseConfiguration.

SYNOPSIS

my $license-manager = Paws->service('LicenseManager');
my $UpdateLicenseConfigurationResponse =
  $license -manager->UpdateLicenseConfiguration(
  LicenseConfigurationArn    => 'MyString',
  Description                => 'MyString',             # OPTIONAL
  DisassociateWhenNotFound   => 1,                      # OPTIONAL
  LicenseConfigurationStatus => 'AVAILABLE',            # OPTIONAL
  LicenseCount               => 1,                      # OPTIONAL
  LicenseCountHardLimit      => 1,                      # OPTIONAL
  LicenseRules               => [ 'MyString', ... ],    # OPTIONAL
  Name                       => 'MyString',             # OPTIONAL
  ProductInformationList     => [
    {
      ProductInformationFilterList => [
        {
          ProductInformationFilterComparator => 'MyString',
          ProductInformationFilterName       => 'MyString',
          ProductInformationFilterValue      => [ 'MyString', ... ],
        },
        ...
      ],
      ResourceType => 'MyString',

    },
    ...
  ],    # OPTIONAL
  );

Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/license-manager/UpdateLicenseConfiguration

ATTRIBUTES

Description => Str

New description of the license configuration.

DisassociateWhenNotFound => Bool

When true, disassociates a resource when software is uninstalled.

REQUIRED LicenseConfigurationArn => Str

Amazon Resource Name (ARN) of the license configuration.

LicenseConfigurationStatus => Str

New status of the license configuration.

Valid values are: "AVAILABLE", "DISABLED"

LicenseCount => Int

New number of licenses managed by the license configuration.

LicenseCountHardLimit => Bool

New hard limit of the number of available licenses.

LicenseRules => ArrayRef[Str|Undef]

New license rule. The only rule that you can add after you create a license configuration is licenseAffinityToHost.

Name => Str

New name of the license configuration.

ProductInformationList => ArrayRef[Paws::LicenseManager::ProductInformation]

New product information.

SEE ALSO

This class forms part of Paws, documenting arguments for method UpdateLicenseConfiguration in Paws::LicenseManager

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues