AWS::NimbleStudio::StudioComponent ComputeFarmConfiguration
The configuration for a render farm that is associated with a studio resource.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ActiveDirectoryUser" :String, "Endpoint" :String}
YAML
ActiveDirectoryUser:StringEndpoint:String
Properties
ActiveDirectoryUser-
The name of an Active Directory user that is used on ComputeFarm worker instances.
Required: No
Type: String
Update requires: No interruption
Endpoint-
The endpoint of the ComputeFarm that is accessed by the studio component resource.
Required: No
Type: String
Update requires: No interruption