networkConfig

@JvmName(name = "owinuusmwrhyrvyg")
suspend fun networkConfig(value: Output<TriggerDestinationNetworkConfigArgs>)
@JvmName(name = "wpacchcesvqskenp")
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 = "fyhnfmohpwptuxsa")
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.