Deployment Settings Args
data class DeploymentSettingsArgs(val cpu: Output<Int>? = null, val environmentVariables: Output<Map<String, String>>? = null, val jvmOptions: Output<String>? = null, val memoryInGB: Output<Int>? = null, val netCoreMainEntryPath: Output<String>? = null, val runtimeVersion: Output<Either<String, RuntimeVersion>>? = null) : ConvertibleToJava<DeploymentSettingsArgs>
Deployment settings payload
Properties
Link copied to clipboard
Collection of environment variables
Link copied to clipboard
JVM parameter
Link copied to clipboard
Required Memory size in GB, basic tier should be in range (1, 2), standard tier should be in range (1, 8)
Link copied to clipboard
The path to the .NET executable relative to zip root
Link copied to clipboard
Runtime version