Flow Schema Spec Args
data class FlowSchemaSpecArgs(val distinguisherMethod: Output<FlowDistinguisherMethodArgs>? = null, val matchingPrecedence: Output<Int>? = null, val priorityLevelConfiguration: Output<PriorityLevelConfigurationReferenceArgs>, val rules: Output<List<PolicyRulesWithSubjectsArgs>>? = null) : ConvertibleToJava<FlowSchemaSpecArgs>
FlowSchemaSpec describes how the FlowSchema's specification looks like.
Constructors
Link copied to clipboard
fun FlowSchemaSpecArgs(distinguisherMethod: Output<FlowDistinguisherMethodArgs>? = null, matchingPrecedence: Output<Int>? = null, priorityLevelConfiguration: Output<PriorityLevelConfigurationReferenceArgs>, rules: Output<List<PolicyRulesWithSubjectsArgs>>? = null)
Functions
Properties
Link copied to clipboard
matchingPrecedence
is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be non-negative. Note that if the precedence is not specified or zero, it will be set to 1000 as default.