Session Container Args
data class SessionContainerArgs(val args: Output<List<String>>? = null, val command: Output<List<String>>? = null, val env: Output<List<EnvironmentVarArgs>>? = null, val image: Output<String>? = null, val name: Output<String>? = null, val resources: Output<SessionContainerResourcesArgs>? = null) : ConvertibleToJava<SessionContainerArgs>
Container definitions for the sessions of the session pool.
Constructors
Link copied to clipboard
constructor(args: Output<List<String>>? = null, command: Output<List<String>>? = null, env: Output<List<EnvironmentVarArgs>>? = null, image: Output<String>? = null, name: Output<String>? = null, resources: Output<SessionContainerResourcesArgs>? = null)