interface LicenseEndpointReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_deadline.LicenseEndpointReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdeadline#LicenseEndpointReference |
![]() | software.amazon.awscdk.services.deadline.LicenseEndpointReference |
![]() | aws_cdk.aws_deadline.LicenseEndpointReference |
![]() | aws-cdk-lib » 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 deadline } from 'aws-cdk-lib';
const licenseEndpointReference: 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.