interface ComputeFarmConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.NimbleStudio.CfnStudioComponent.ComputeFarmConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsnimblestudio#CfnStudioComponent_ComputeFarmConfigurationProperty |
![]() | software.amazon.awscdk.services.nimblestudio.CfnStudioComponent.ComputeFarmConfigurationProperty |
![]() | aws_cdk.aws_nimblestudio.CfnStudioComponent.ComputeFarmConfigurationProperty |
![]() | aws-cdk-lib » aws_nimblestudio » CfnStudioComponent » ComputeFarmConfigurationProperty |
The configuration for a render farm that is associated with a studio resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_nimblestudio as nimblestudio } from 'aws-cdk-lib';
const computeFarmConfigurationProperty: nimblestudio.CfnStudioComponent.ComputeFarmConfigurationProperty = {
activeDirectoryUser: 'activeDirectoryUser',
endpoint: 'endpoint',
};
Properties
Name | Type | Description |
---|---|---|
active | string | The name of an Active Directory user that is used on ComputeFarm worker instances. |
endpoint? | string | The endpoint of the ComputeFarm that is accessed by the studio component resource. |
activeDirectoryUser?
Type:
string
(optional)
The name of an Active Directory user that is used on ComputeFarm worker instances.
endpoint?
Type:
string
(optional)
The endpoint of the ComputeFarm that is accessed by the studio component resource.