Interface CfnStudioComponentPropsMixin.ILicenseServiceConfigurationProperty
Namespace: Amazon.CDK.Mixins.Preview.AWS.NimbleStudio.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnStudioComponentPropsMixin.ILicenseServiceConfigurationProperty
Syntax (vb)
Public Interface CfnStudioComponentPropsMixin.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.Mixins.Preview.AWS.NimbleStudio.Mixins;
var licenseServiceConfigurationProperty = new LicenseServiceConfigurationProperty {
Endpoint = "endpoint"
};
Synopsis
Properties
| Endpoint |
Properties
Endpoint
string? Endpoint { get; }