supportedEvents

@JvmName(name = "vgjrodcdpjxmslqm")
suspend fun supportedEvents(value: Output<List<String>>)
@JvmName(name = "lkalulruopdmxxbx")
suspend fun supportedEvents(value: List<String>?)

Parameters

value

A set of events during request or response processing for which this extension is called. This field is required for the LbTrafficExtension resource. It's not relevant for the LbRouteExtension resource. Possible values:EVENT_TYPE_UNSPECIFIED, REQUEST_HEADERS, REQUEST_BODY, RESPONSE_HEADERS, RESPONSE_BODY, RESPONSE_BODY and RESPONSE_BODY.


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


@JvmName(name = "maeeltukdvmrjyeh")
suspend fun supportedEvents(values: List<Output<String>>)
@JvmName(name = "soukduqhewfxrllb")
suspend fun supportedEvents(vararg values: String)

Parameters

values

A set of events during request or response processing for which this extension is called. This field is required for the LbTrafficExtension resource. It's not relevant for the LbRouteExtension resource. Possible values:EVENT_TYPE_UNSPECIFIED, REQUEST_HEADERS, REQUEST_BODY, RESPONSE_HEADERS, RESPONSE_BODY, RESPONSE_BODY and RESPONSE_BODY.