interface UsageBasedLicenseProps
| Language | Type name |
|---|---|
Python | aws_rfdk.deadline.UsageBasedLicenseProps |
TypeScript (source) | aws-rfdk » deadline » UsageBasedLicenseProps |
Properties for constructing a {@link UsageBasedLicense} instance.
Properties
| Name | Type | Description |
|---|---|---|
| license | string | The name of the product that the usage-based license applies to. |
| ports | Port[] | The set of ports that are used for licensing traffic. |
| limit? | number | The maximum number of usage-based licenses that can be used concurrently. |
licenseName
Type:
string
The name of the product that the usage-based license applies to.
ports
Type:
Port[]
The set of ports that are used for licensing traffic.
limit?
Type:
number
(optional)
The maximum number of usage-based licenses that can be used concurrently.

Python
TypeScript (