AppProfileStandardIsolationArgs

data class AppProfileStandardIsolationArgs(val priority: Output<String>) : ConvertibleToJava<AppProfileStandardIsolationArgs>

Constructors

Link copied to clipboard
constructor(priority: Output<String>)

Properties

Link copied to clipboard
val priority: Output<String>

The priority of requests sent using this app profile. Possible values are: PRIORITY_LOW, PRIORITY_MEDIUM, PRIORITY_HIGH.

Functions

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