endpoints

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


@JvmName(name = "xmeklffpugjjfssc")
suspend fun endpoints(values: List<Output<EndpointArgs>>)
@JvmName(name = "ardtlchxtmndtdit")
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 = "asfnigqvldoartmb")
suspend fun endpoints(argument: List<suspend EndpointArgsBuilder.() -> Unit>)
@JvmName(name = "ojtodkexfbynlxnj")
suspend fun endpoints(vararg argument: suspend EndpointArgsBuilder.() -> Unit)
@JvmName(name = "bkmrcohunsscjxve")
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.