endpoints

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


@JvmName(name = "aickyfrbltvtrjfn")
suspend fun endpoints(values: List<Output<EndpointArgs>>)
@JvmName(name = "lquewhombcmjtxyb")
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 = "scvmyovnitbiogyw")
suspend fun endpoints(argument: List<suspend EndpointArgsBuilder.() -> Unit>)
@JvmName(name = "jrmusekotrempexc")
suspend fun endpoints(vararg argument: suspend EndpointArgsBuilder.() -> Unit)
@JvmName(name = "symqmsfhyxxeivyb")
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.