NAME

Paws::LicenseManager::LicenseConfiguration

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::LicenseManager::LicenseConfiguration object:

$service_obj->Method(Att1 => { AutomatedDiscoveryInformation => $value, ..., Status => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::LicenseManager::LicenseConfiguration object:

$result = $service_obj->Method(...);
$result->Att1->AutomatedDiscoveryInformation

DESCRIPTION

A license configuration is an abstraction of a customer license agreement that can be consumed and enforced by License Manager. Components include specifications for the license type (licensing by instance, socket, CPU, or vCPU), allowed tenancy (shared tenancy, Dedicated Instance, Dedicated Host, or all of these), host affinity (how long a VM must be associated with a host), and the number of licenses purchased and used.

ATTRIBUTES

AutomatedDiscoveryInformation => Paws::LicenseManager::AutomatedDiscoveryInformation

Automated discovery information.

ConsumedLicenses => Int

Number of licenses consumed.

ConsumedLicenseSummaryList => ArrayRef[Paws::LicenseManager::ConsumedLicenseSummary]

Summaries for licenses consumed by various resources.

Description => Str

Description of the license configuration.

DisassociateWhenNotFound => Bool

When true, disassociates a resource when software is uninstalled.

LicenseConfigurationArn => Str

Amazon Resource Name (ARN) of the license configuration.

LicenseConfigurationId => Str

Unique ID of the license configuration.

LicenseCount => Int

Number of licenses managed by the license configuration.

LicenseCountHardLimit => Bool

Number of available licenses as a hard limit.

LicenseCountingType => Str

Dimension to use to track the license inventory.

LicenseRules => ArrayRef[Str|Undef]

License rules.

ManagedResourceSummaryList => ArrayRef[Paws::LicenseManager::ManagedResourceSummary]

Summaries for managed resources.

Name => Str

Name of the license configuration.

OwnerAccountId => Str

Account ID of the license configuration's owner.

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

Product information.

Status => Str

Status of the license configuration.

SEE ALSO

This class forms part of Paws, describing an object used 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