aws-cdk-lib.aws_nimblestudio.CfnStudioComponent.LicenseServiceConfigurationProperty

interface LicenseServiceConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.NimbleStudio.CfnStudioComponent.LicenseServiceConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsnimblestudio#CfnStudioComponent_LicenseServiceConfigurationProperty
Javasoftware.amazon.awscdk.services.nimblestudio.CfnStudioComponent.LicenseServiceConfigurationProperty
Pythonaws_cdk.aws_nimblestudio.CfnStudioComponent.LicenseServiceConfigurationProperty
TypeScript aws-cdk-lib » 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 { aws_nimblestudio as nimblestudio } from 'aws-cdk-lib';
const licenseServiceConfigurationProperty: nimblestudio.CfnStudioComponent.LicenseServiceConfigurationProperty = {
  endpoint: 'endpoint',
};

Properties

NameTypeDescription
endpoint?stringThe 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.