Class CfnStudioComponent.LicenseServiceConfigurationProperty
Inherited Members
Namespace: Amazon.CDK.AWS.NimbleStudio
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnStudioComponent.LicenseServiceConfigurationProperty : CfnStudioComponent.ILicenseServiceConfigurationProperty
Syntax (vb)
Public Class CfnStudioComponent.LicenseServiceConfigurationProperty Implements CfnStudioComponent.ILicenseServiceConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.NimbleStudio;
var licenseServiceConfigurationProperty = new LicenseServiceConfigurationProperty {
Endpoint = "endpoint"
};
Synopsis
Constructors
LicenseServiceConfigurationProperty() |
Properties
Endpoint |
Constructors
LicenseServiceConfigurationProperty()
public LicenseServiceConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.NimbleStudio;
var licenseServiceConfigurationProperty = new LicenseServiceConfigurationProperty {
Endpoint = "endpoint"
};
Properties
Endpoint
public string? Endpoint { get; set; }