Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-licenseserviceconfiguration.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-licenseserviceconfiguration.html#cfn-nimblestudio-studiocomponent-licenseserviceconfiguration-endpoint

Back to top Generated by DocFX