Show / Hide Table of Contents

Class CfnStudioComponent.LicenseServiceConfigurationProperty

Inheritance
object
CfnStudioComponent.LicenseServiceConfigurationProperty
Implements
CfnStudioComponent.ILicenseServiceConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

Constructors

LicenseServiceConfigurationProperty()

Properties

Endpoint

Constructors

LicenseServiceConfigurationProperty()

public LicenseServiceConfigurationProperty()
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"
             };

Properties

Endpoint

public string? Endpoint { get; set; }
Property Value

string

Remarks

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

Implements

CfnStudioComponent.ILicenseServiceConfigurationProperty
Back to top Generated by DocFX