Class CfnStudioComponent.ComputeFarmConfigurationProperty
Inherited Members
Namespace: Amazon.CDK.AWS.NimbleStudio
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnStudioComponent.ComputeFarmConfigurationProperty : CfnStudioComponent.IComputeFarmConfigurationProperty
Syntax (vb)
Public Class CfnStudioComponent.ComputeFarmConfigurationProperty Implements CfnStudioComponent.IComputeFarmConfigurationProperty
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 computeFarmConfigurationProperty = new ComputeFarmConfigurationProperty {
ActiveDirectoryUser = "activeDirectoryUser",
Endpoint = "endpoint"
};
Synopsis
Constructors
ComputeFarmConfigurationProperty() |
Properties
ActiveDirectoryUser | |
Endpoint |
Constructors
ComputeFarmConfigurationProperty()
public ComputeFarmConfigurationProperty()
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 computeFarmConfigurationProperty = new ComputeFarmConfigurationProperty {
ActiveDirectoryUser = "activeDirectoryUser",
Endpoint = "endpoint"
};
Properties
ActiveDirectoryUser
public string? ActiveDirectoryUser { get; set; }
Property Value
Remarks
Endpoint
public string? Endpoint { get; set; }