FlowEndpointsConfigurationArgs

data class FlowEndpointsConfigurationArgs(val connector: Output<FlowEndpointsArgs>? = null, val workflow: Output<FlowEndpointsArgs>? = null) : ConvertibleToJava<FlowEndpointsConfigurationArgs>

The endpoints configuration.

Constructors

Link copied to clipboard
constructor(connector: Output<FlowEndpointsArgs>? = null, workflow: Output<FlowEndpointsArgs>? = null)

Properties

Link copied to clipboard
val connector: Output<FlowEndpointsArgs>? = null

The connector endpoints.

Link copied to clipboard
val workflow: Output<FlowEndpointsArgs>? = null

The workflow endpoints.

Functions

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