PriorityLevelConfigurationReferencePatchArgs

data class PriorityLevelConfigurationReferencePatchArgs(val name: Output<String>? = null) : ConvertibleToJava<PriorityLevelConfigurationReferencePatchArgs>

PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.

Constructors

constructor(name: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

name is the name of the priority level configuration being referenced Required.

Functions

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