exposeHeaders

@JvmName(name = "hpvjafbhhlvaybdx")
suspend fun exposeHeaders(value: Output<List<String>>)
@JvmName(name = "mhexrgeulawagjin")
suspend fun exposeHeaders(value: List<String>?)

Parameters

value

Represents a collection of exposed headers. Supported only for HTTP APIs.


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


@JvmName(name = "xgsdxsmqrmwajpqy")
suspend fun exposeHeaders(values: List<Output<String>>)
@JvmName(name = "vtkdkvudyjllkjan")
suspend fun exposeHeaders(vararg values: String)

Parameters

values

Represents a collection of exposed headers. Supported only for HTTP APIs.