endpoints

@JvmName(name = "qspwljmkxstiromr")
suspend fun endpoints(value: Output<List<EndpointArgs>>)
@JvmName(name = "vmpgygnnhuunvylv")
suspend fun endpoints(value: List<EndpointArgs>)

Parameters

value

endpoints is a list of unique endpoints in this slice. Each slice may include a maximum of 1000 endpoints.


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


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

Parameters

values

endpoints is a list of unique endpoints in this slice. Each slice may include a maximum of 1000 endpoints.


@JvmName(name = "cjhbvsxajnenielm")
suspend fun endpoints(argument: List<suspend EndpointArgsBuilder.() -> Unit>)
@JvmName(name = "pnxbpcllnkutdlvg")
suspend fun endpoints(vararg argument: suspend EndpointArgsBuilder.() -> Unit)
@JvmName(name = "bsitvbifcpwxnpck")
suspend fun endpoints(argument: suspend EndpointArgsBuilder.() -> Unit)

Parameters

argument

endpoints is a list of unique endpoints in this slice. Each slice may include a maximum of 1000 endpoints.