GetStudioComponentResult

data class GetStudioComponentResult(val configuration: StudioComponentConfiguration? = null, val description: String? = null, val ec2SecurityGroupIds: List<String>? = null, val initializationScripts: List<StudioComponentInitializationScript>? = null, val name: String? = null, val scriptParameters: List<StudioComponentScriptParameterKeyValue>? = null, val studioComponentId: String? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(configuration: StudioComponentConfiguration? = null, description: String? = null, ec2SecurityGroupIds: List<String>? = null, initializationScripts: List<StudioComponentInitializationScript>? = null, name: String? = null, scriptParameters: List<StudioComponentScriptParameterKeyValue>? = null, studioComponentId: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val description: String? = null

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
val name: String? = null

A friendly name for the studio component resource.

Link copied to clipboard

Parameters for the studio component scripts.

Link copied to clipboard

The unique identifier for the studio component resource.

Link copied to clipboard
val type: String? = null

The type of the studio component.