Studio Component Args
constructor(configuration: Output<Any>? = null, description: Output<String>? = null, ec2SecurityGroupIds: Output<List<String>>? = null, initializationScripts: Output<List<StudioComponentInitializationScriptArgs>>? = null, name: Output<String>? = null, runtimeRoleArn: Output<String>? = null, scriptParameters: Output<List<StudioComponentScriptParameterKeyValueArgs>>? = null, secureInitializationRoleArn: Output<String>? = null, studioId: Output<String>? = null, subtype: Output<StudioComponentSubtype>? = null, tags: Output<Map<String, String>>? = null, type: Output<StudioComponentType>? = null)