Flow Schema Spec Patch Args
data class FlowSchemaSpecPatchArgs(val distinguisherMethod: Output<FlowDistinguisherMethodPatchArgs>? = null, val matchingPrecedence: Output<Int>? = null, val priorityLevelConfiguration: Output<PriorityLevelConfigurationReferencePatchArgs>? = null, val rules: Output<List<PolicyRulesWithSubjectsPatchArgs>>? = null) : ConvertibleToJava<FlowSchemaSpecPatchArgs>
FlowSchemaSpec describes how the FlowSchema's specification looks like.
Constructors
Link copied to clipboard
fun FlowSchemaSpecPatchArgs(distinguisherMethod: Output<FlowDistinguisherMethodPatchArgs>? = null, matchingPrecedence: Output<Int>? = null, priorityLevelConfiguration: Output<PriorityLevelConfigurationReferencePatchArgs>? = null, rules: Output<List<PolicyRulesWithSubjectsPatchArgs>>? = 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.