licensemanager_create_license_configuration: Creates a license configuration

View source: R/licensemanager_operations.R

licensemanager_create_license_configurationR Documentation

Creates a license configuration

Description

Creates a license configuration.

See https://www.paws-r-sdk.com/docs/licensemanager_create_license_configuration/ for full documentation.

Usage

licensemanager_create_license_configuration(
  Name,
  Description = NULL,
  LicenseCountingType,
  LicenseCount = NULL,
  LicenseCountHardLimit = NULL,
  LicenseRules = NULL,
  Tags = NULL,
  DisassociateWhenNotFound = NULL,
  ProductInformationList = NULL
)

Arguments

Name

[required] Name of the license configuration.

Description

Description of the license configuration.

LicenseCountingType

[required] Dimension used to track the license inventory.

LicenseCount

Number of licenses managed by the license configuration.

LicenseCountHardLimit

Indicates whether hard or soft license enforcement is used. Exceeding a hard limit blocks the launch of new instances.

LicenseRules

License rules. The syntax is #name=value (for example, #allowedTenancy=EC2-DedicatedHost). The available rules vary by dimension, as follows.

  • Cores dimension: allowedTenancy | licenseAffinityToHost | maximumCores | minimumCores

  • Instances dimension: allowedTenancy | maximumCores | minimumCores | maximumSockets | minimumSockets | maximumVcpus | minimumVcpus

  • Sockets dimension: allowedTenancy | licenseAffinityToHost | maximumSockets | minimumSockets

  • vCPUs dimension: allowedTenancy | honorVcpuOptimization | maximumVcpus | minimumVcpus

The unit for licenseAffinityToHost is days and the range is 1 to 180. The possible values for allowedTenancy are EC2-Default, EC2-DedicatedHost, and EC2-DedicatedInstance. The possible values for honorVcpuOptimization are True and False.

Tags

Tags to add to the license configuration.

DisassociateWhenNotFound

When true, disassociates a resource when software is uninstalled.

ProductInformationList

Product information.


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