interface LicenseEndpointReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Deadline.LicenseEndpointReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsdeadline#LicenseEndpointReference |
Java | software.amazon.awscdk.interfaces.deadline.LicenseEndpointReference |
Python | aws_cdk.interfaces.aws_deadline.LicenseEndpointReference |
TypeScript | aws-cdk-lib » interfaces » aws_deadline » LicenseEndpointReference |
A reference to a LicenseEndpoint resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_deadline as interfaces_aws_deadline } from 'aws-cdk-lib/interfaces';
const licenseEndpointReference: interfaces_aws_deadline.LicenseEndpointReference = {
licenseEndpointArn: 'licenseEndpointArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| license | string | The Arn of the LicenseEndpoint resource. |
licenseEndpointArn
Type:
string
The Arn of the LicenseEndpoint resource.

.NET
Go
Java
Python
TypeScript