networkConfig

@JvmName(name = "qkfaxdgiyuvfeghd")
suspend fun networkConfig(value: Output<TriggerDestinationNetworkConfigArgs>)
@JvmName(name = "qaxlmptpyrbumlqe")
suspend fun networkConfig(value: TriggerDestinationNetworkConfigArgs?)

Parameters

value

Optional. Network config is used to configure how Eventarc resolves and connect to a destination. This should only be used with HttpEndpoint destination type. Structure is documented below.


@JvmName(name = "blkghiwkinlfulvj")
suspend fun networkConfig(argument: suspend TriggerDestinationNetworkConfigArgsBuilder.() -> Unit)

Parameters

argument

Optional. Network config is used to configure how Eventarc resolves and connect to a destination. This should only be used with HttpEndpoint destination type. Structure is documented below.