Interface CfnStudioComponent.IComputeFarmConfigurationProperty
The configuration for a render farm that is associated with a studio resource.
Namespace: Amazon.CDK.AWS.NimbleStudio
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IComputeFarmConfigurationProperty
Syntax (vb)
Public Interface 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
Properties
Active |
The name of an Active Directory user that is used on ComputeFarm worker instances. |
Endpoint | The endpoint of the ComputeFarm that is accessed by the studio component resource. |
Properties
ActiveDirectoryUser
The name of an Active Directory user that is used on ComputeFarm worker instances.
virtual string ActiveDirectoryUser { get; }
Property Value
System.
Remarks
Endpoint
The endpoint of the ComputeFarm that is accessed by the studio component resource.
virtual string Endpoint { get; }
Property Value
System.