AWS::NimbleStudio::StudioComponent ComputeFarmConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: String Endpoint: 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