Custom Container Args
data class CustomContainerArgs(val args: Output<List<String>>? = null, val command: Output<List<String>>? = null, val containerImage: Output<String>? = null, val imageRegistryCredential: Output<ImageRegistryCredentialArgs>? = null, val languageFramework: Output<String>? = null, val server: Output<String>? = null) : ConvertibleToJava<CustomContainerArgs>
Custom container payload
Constructors
Link copied to clipboard
fun CustomContainerArgs(args: Output<List<String>>? = null, command: Output<List<String>>? = null, containerImage: Output<String>? = null, imageRegistryCredential: Output<ImageRegistryCredentialArgs>? = null, languageFramework: Output<String>? = null, server: Output<String>? = null)