addresses

@JvmName(name = "avtfxsnophmddbcl")
suspend fun addresses(value: Output<List<String>>)
@JvmName(name = "cignxfynucbbeguj")
suspend fun addresses(value: List<String>)

Parameters

value

addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100.


@JvmName(name = "magmnpsokawaplbn")
suspend fun addresses(vararg values: Output<String>)


@JvmName(name = "onyilftleeigxcju")
suspend fun addresses(values: List<Output<String>>)
@JvmName(name = "mhtvvlmnldrwnruv")
suspend fun addresses(vararg values: String)

Parameters

values

addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100.