PriorityLevelConfigurationReferenceArgs

data class PriorityLevelConfigurationReferenceArgs(val name: Output<String>) : ConvertibleToJava<PriorityLevelConfigurationReferenceArgs>

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

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>

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

Functions

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