UsageBasedLicenseProps

class aws_rfdk.deadline.UsageBasedLicenseProps(*, license_name, ports, limit=None)

Bases: object

Properties for constructing a {@link UsageBasedLicense} instance.

Parameters
  • license_name (str) – The name of the product that the usage-based license applies to.

  • ports (Sequence[Port]) – The set of ports that are used for licensing traffic.

  • limit (Union[int, float, None]) – The maximum number of usage-based licenses that can be used concurrently.

Attributes

license_name

The name of the product that the usage-based license applies to.

Return type

str

limit

The maximum number of usage-based licenses that can be used concurrently.

Return type

Union[int, float, None]

ports

The set of ports that are used for licensing traffic.

Return type

List[Port]