Interface CfnStudioComponent.ILicenseServiceConfigurationProperty
Namespace: Amazon.CDK.AWS.NimbleStudio
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnStudioComponent.ILicenseServiceConfigurationProperty
Syntax (vb)
Public Interface 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
Properties
Endpoint |
Properties
Endpoint
string? Endpoint { get; }