UsageBasedLicenseProps
- class aws_rfdk.deadline.UsageBasedLicenseProps(*, license_name, ports, limit=None)
Bases:
objectProperties 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.
- limit
The maximum number of usage-based licenses that can be used concurrently.
- ports
The set of ports that are used for licensing traffic.