aws-cdk-lib.aws_nimblestudio.CfnStudioComponent.ComputeFarmConfigurationProperty

interface ComputeFarmConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.NimbleStudio.CfnStudioComponent.ComputeFarmConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsnimblestudio#CfnStudioComponent_ComputeFarmConfigurationProperty
Javasoftware.amazon.awscdk.services.nimblestudio.CfnStudioComponent.ComputeFarmConfigurationProperty
Pythonaws_cdk.aws_nimblestudio.CfnStudioComponent.ComputeFarmConfigurationProperty
TypeScript 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

NameTypeDescription
activeDirectoryUser?stringThe name of an Active Directory user that is used on ComputeFarm worker instances.
endpoint?stringThe 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.