EnvironmentWorkloadProfileArgs

data class EnvironmentWorkloadProfileArgs(val maximumCount: Output<Int>, val minimumCount: Output<Int>, val name: Output<String>, val workloadProfileType: Output<String>) : ConvertibleToJava<EnvironmentWorkloadProfileArgs>

Constructors

Link copied to clipboard
fun EnvironmentWorkloadProfileArgs(maximumCount: Output<Int>, minimumCount: Output<Int>, name: Output<String>, workloadProfileType: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): EnvironmentWorkloadProfileArgs

Properties

Link copied to clipboard
val maximumCount: Output<Int>

The maximum number of instances of workload profile that can be deployed in the Container App Environment.

Link copied to clipboard
val minimumCount: Output<Int>

The minimum number of instances of workload profile that can be deployed in the Container App Environment.

Link copied to clipboard
val name: Output<String>

The name of the workload profile.

Link copied to clipboard

Workload profile type for the workloads to run on. Possible values include D4, D8, D16, D32, E4, E8, E16 and E32.