endpoints

@JvmName(name = "mmptudfkcairmtfq")
suspend fun endpoints(value: Output<List<EndpointArgs>>)
@JvmName(name = "natnjfhsreyjveqw")
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 = "euljojrbqrydgklc")
suspend fun endpoints(vararg values: Output<EndpointArgs>)


@JvmName(name = "voupbgfaiviyhkri")
suspend fun endpoints(values: List<Output<EndpointArgs>>)
@JvmName(name = "biwtgfeilebkrhsf")
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 = "dihderjceygqlsrq")
suspend fun endpoints(argument: List<suspend EndpointArgsBuilder.() -> Unit>)
@JvmName(name = "xeghxxvnbhcxfptl")
suspend fun endpoints(vararg argument: suspend EndpointArgsBuilder.() -> Unit)
@JvmName(name = "bursqmoikxnikopp")
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.