App Template Container Args
data class AppTemplateContainerArgs(val args: Output<List<String>>? = null, val commands: Output<List<String>>? = null, val cpu: Output<Double>, val envs: Output<List<AppTemplateContainerEnvArgs>>? = null, val ephemeralStorage: Output<String>? = null, val image: Output<String>, val livenessProbes: Output<List<AppTemplateContainerLivenessProbeArgs>>? = null, val memory: Output<String>, val name: Output<String>, val readinessProbes: Output<List<AppTemplateContainerReadinessProbeArgs>>? = null, val startupProbes: Output<List<AppTemplateContainerStartupProbeArgs>>? = null, val volumeMounts: Output<List<AppTemplateContainerVolumeMountArgs>>? = null) : ConvertibleToJava<AppTemplateContainerArgs>
Constructors
Link copied to clipboard
constructor(args: Output<List<String>>? = null, commands: Output<List<String>>? = null, cpu: Output<Double>, envs: Output<List<AppTemplateContainerEnvArgs>>? = null, ephemeralStorage: Output<String>? = null, image: Output<String>, livenessProbes: Output<List<AppTemplateContainerLivenessProbeArgs>>? = null, memory: Output<String>, name: Output<String>, readinessProbes: Output<List<AppTemplateContainerReadinessProbeArgs>>? = null, startupProbes: Output<List<AppTemplateContainerStartupProbeArgs>>? = null, volumeMounts: Output<List<AppTemplateContainerVolumeMountArgs>>? = null)
Properties
Link copied to clipboard
One or more env
blocks as detailed below.
Link copied to clipboard
The amount of ephemeral storage available to the Container App.
Link copied to clipboard
A liveness_probe
block as detailed below.
Link copied to clipboard
A readiness_probe
block as detailed below.
Link copied to clipboard
A startup_probe
block as detailed below.
Link copied to clipboard
A volume_mounts
block as detailed below.