Studio Component Args
data class StudioComponentArgs(val configuration: Output<StudioComponentConfigurationArgs>? = null, val description: Output<String>? = null, val ec2SecurityGroupIds: Output<List<String>>? = null, val initializationScripts: Output<List<StudioComponentInitializationScriptArgs>>? = null, val name: Output<String>? = null, val scriptParameters: Output<List<StudioComponentScriptParameterKeyValueArgs>>? = null, val studioId: Output<String>? = null, val subtype: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val type: Output<String>? = null) : ConvertibleToJava<StudioComponentArgs>
Resource Type definition for AWS::NimbleStudio::StudioComponent
Constructors
Link copied to clipboard
constructor(configuration: Output<StudioComponentConfigurationArgs>? = null, description: Output<String>? = null, ec2SecurityGroupIds: Output<List<String>>? = null, initializationScripts: Output<List<StudioComponentInitializationScriptArgs>>? = null, name: Output<String>? = null, scriptParameters: Output<List<StudioComponentScriptParameterKeyValueArgs>>? = null, studioId: Output<String>? = null, subtype: Output<String>? = null, tags: Output<Map<String, String>>? = null, type: Output<String>? = null)
Properties
Link copied to clipboard
The configuration of the studio component, based on component type.
Link copied to clipboard
A human-readable description for the studio component resource.
Link copied to clipboard
The EC2 security groups that control access to the studio component.
Link copied to clipboard
Initialization scripts for studio components.
Link copied to clipboard
Parameters for the studio component scripts.