FlowDistinguisherMethodPatchArgs

data class FlowDistinguisherMethodPatchArgs(val type: Output<String>? = null) : ConvertibleToJava<FlowDistinguisherMethodPatchArgs>

FlowDistinguisherMethod specifies the method of a flow distinguisher.

Constructors

Link copied to clipboard
constructor(type: Output<String>? = null)

Properties

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

type is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.

Functions

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