interface LicenseServiceConfigurationProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.NimbleStudio.CfnStudioComponent.LicenseServiceConfigurationProperty | 
|  Java | software.amazon.awscdk.services.nimblestudio.CfnStudioComponent.LicenseServiceConfigurationProperty | 
|  Python | aws_cdk.aws_nimblestudio.CfnStudioComponent.LicenseServiceConfigurationProperty | 
|  TypeScript | @aws-cdk/aws-nimblestudio»CfnStudioComponent»LicenseServiceConfigurationProperty | 
The configuration for a license service that is associated with a studio resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as nimblestudio from '@aws-cdk/aws-nimblestudio';
const licenseServiceConfigurationProperty: nimblestudio.CfnStudioComponent.LicenseServiceConfigurationProperty = {
  endpoint: 'endpoint',
};
Properties
| Name | Type | Description | 
|---|---|---|
| endpoint? | string | The endpoint of the license service that is accessed by the studio component resource. | 
endpoint?
Type:
string
(optional)
The endpoint of the license service that is accessed by the studio component resource.
