FlowDistinguisherMethodArgs

data class FlowDistinguisherMethodArgs(val type: Output<String>) : ConvertibleToJava<FlowDistinguisherMethodArgs>

FlowDistinguisherMethod specifies the method of a flow distinguisher.

Constructors

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

Properties

Link copied to clipboard
val type: Output<String>

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(): FlowDistinguisherMethodArgs