Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-nimblestudio-studiocomponent.json
Parent schema serverless-framework-configuration
Type: object

Represents a studio component that connects a non-Nimble Studio resource in your account to your studio. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-nimblestudio

Properties

Name string | Aws_CF_FunctionString required

The name for the studio component.

StudioId string | Aws_CF_FunctionString required

The studio ID.

Type string | Aws_CF_FunctionString required
Configuration object | object | object | object

The configuration of the studio component, based on component type.

Description string | Aws_CF_FunctionString

The description.

Ec2SecurityGroupIds string[]

The EC2 security groups that control access to the studio component.

minItems=0maxItems=30

Initialization scripts for studio components.

RuntimeRoleArn string | Aws_CF_FunctionString
ScriptParameters ScriptParameterKeyValue[]

Parameters for the studio component scripts.

minItems=0maxItems=30
SecureInitializationRoleArn string | Aws_CF_FunctionString
Subtype string | Aws_CF_FunctionString
Tags object

Definitions

ActiveDirectoryComputerAttribute object

An LDAP attribute of an Active Directory computer account, in the form of a name:value pair.

Name string | Aws_CF_FunctionString

The name for the LDAP attribute.

Value string | Aws_CF_FunctionString

The value for the LDAP attribute.

ActiveDirectoryConfiguration object

The configuration for a Microsoft Active Directory (Microsoft AD) studio resource.

A collection of custom attributes for an Active Directory computer.

minItems=0maxItems=50
DirectoryId string | Aws_CF_FunctionString

The directory ID of the Directory Service for Microsoft Active Directory to access using this studio component.

OrganizationalUnitDistinguishedName string | Aws_CF_FunctionString

The distinguished name (DN) and organizational unit (OU) of an Active Directory computer.

ComputeFarmConfiguration object

The configuration for a render farm that is associated with a studio resource.

ActiveDirectoryUser string | Aws_CF_FunctionString

The name of an Active Directory user that is used on ComputeFarm worker instances.

Endpoint string | Aws_CF_FunctionString

The endpoint of the ComputeFarm that is accessed by the studio component resource.

LaunchProfilePlatform string | Aws_CF_FunctionString
LicenseServiceConfiguration object

The configuration for a license service that is associated with a studio resource.

Endpoint string | Aws_CF_FunctionString

The endpoint of the license service that is accessed by the studio component resource.

ScriptParameterKeyValue object

A parameter for a studio component script, in the form of a key:value pair.

Key string | Aws_CF_FunctionString

A script parameter key.

Value string | Aws_CF_FunctionString

A script parameter value.

SharedFileSystemConfiguration object

The configuration for a shared file storage system that is associated with a studio resource.

Endpoint string | Aws_CF_FunctionString

The endpoint of the shared file system that is accessed by the studio component resource.

FileSystemId string | Aws_CF_FunctionString

The unique identifier for a file system.

LinuxMountPoint string | Aws_CF_FunctionString

The mount location for a shared file system on a Linux virtual workstation.

ShareName string | Aws_CF_FunctionString

The name of the file share.

WindowsMountDrive string | Aws_CF_FunctionString

The mount location for a shared file system on a Windows virtual workstation.

StudioComponentConfiguration object | object | object | object

The configuration of the studio component, based on component type.

StudioComponentInitializationScript object

Initialization scripts for studio components.

LaunchProfileProtocolVersion string | Aws_CF_FunctionString

The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".

Platform string | Aws_CF_FunctionString
RunContext string | Aws_CF_FunctionString
Script string | Aws_CF_FunctionString

The initialization script.

StudioComponentInitializationScriptRunContext string | Aws_CF_FunctionString
StudioComponentSubtype string | Aws_CF_FunctionString
StudioComponentType string | Aws_CF_FunctionString
Tags object