CreateLicenseConfigurationRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Description of the license configuration.

Link copied to clipboard

When true, disassociates a resource when software is uninstalled.

Link copied to clipboard

Number of licenses managed by the license configuration.

Link copied to clipboard

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

Link copied to clipboard

Dimension used to track the license inventory.

Link copied to clipboard

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

Link copied to clipboard
val name: String?

Name of the license configuration.

Link copied to clipboard
Link copied to clipboard
val tags: List<Tag>?

Tags to add to the license configuration.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String