endpoints

@JvmName(name = "mcxgkiqajiepfycg")
suspend fun endpoints(value: Output<List<EndpointArgs>>)
@JvmName(name = "hmgkttgtnrrueubm")
suspend fun endpoints(value: List<EndpointArgs>?)

Parameters

value

Configuration for network endpoints. If this is empty, then an endpoint with the same name as the service is automatically generated to service all defined APIs.


@JvmName(name = "waelcitgekctcfns")
suspend fun endpoints(vararg values: Output<EndpointArgs>)


@JvmName(name = "ubhgcbevsaoqthlv")
suspend fun endpoints(values: List<Output<EndpointArgs>>)
@JvmName(name = "rwyrbsbeeytmdyff")
suspend fun endpoints(vararg values: EndpointArgs)

Parameters

values

Configuration for network endpoints. If this is empty, then an endpoint with the same name as the service is automatically generated to service all defined APIs.


@JvmName(name = "asyuqvavykgkxbus")
suspend fun endpoints(argument: List<suspend EndpointArgsBuilder.() -> Unit>)
@JvmName(name = "xhegolayypkbfiav")
suspend fun endpoints(vararg argument: suspend EndpointArgsBuilder.() -> Unit)
@JvmName(name = "ojrnrfxujnfpsuqe")
suspend fun endpoints(argument: suspend EndpointArgsBuilder.() -> Unit)

Parameters

argument

Configuration for network endpoints. If this is empty, then an endpoint with the same name as the service is automatically generated to service all defined APIs.