extensionChains

@JvmName(name = "hcjdqovbwyihxkav")
suspend fun extensionChains(value: Output<List<LbRouteExtensionExtensionChainArgs>>)
@JvmName(name = "kceacunlmwaawwld")
suspend fun extensionChains(value: List<LbRouteExtensionExtensionChainArgs>?)

Parameters

value

A set of ordered extension chains that contain the match conditions and extensions to execute. Match conditions for each extension chain are evaluated in sequence for a given request. The first extension chain that has a condition that matches the request is executed. Any subsequent extension chains do not execute. Limited to 5 extension chains per resource. Structure is documented below.


@JvmName(name = "ojxrjqxnmkuwlepl")
suspend fun extensionChains(vararg values: Output<LbRouteExtensionExtensionChainArgs>)


@JvmName(name = "pyxwxyhlxinbvapx")
suspend fun extensionChains(values: List<Output<LbRouteExtensionExtensionChainArgs>>)
@JvmName(name = "khfgmejotgggtlba")
suspend fun extensionChains(vararg values: LbRouteExtensionExtensionChainArgs)

Parameters

values

A set of ordered extension chains that contain the match conditions and extensions to execute. Match conditions for each extension chain are evaluated in sequence for a given request. The first extension chain that has a condition that matches the request is executed. Any subsequent extension chains do not execute. Limited to 5 extension chains per resource. Structure is documented below.


@JvmName(name = "nnpdrkmntdrsrrlh")
suspend fun extensionChains(argument: List<suspend LbRouteExtensionExtensionChainArgsBuilder.() -> Unit>)
@JvmName(name = "fuvqafwwkpavwcei")
suspend fun extensionChains(vararg argument: suspend LbRouteExtensionExtensionChainArgsBuilder.() -> Unit)
@JvmName(name = "orcqrckdylpjuanf")
suspend fun extensionChains(argument: suspend LbRouteExtensionExtensionChainArgsBuilder.() -> Unit)

Parameters

argument

A set of ordered extension chains that contain the match conditions and extensions to execute. Match conditions for each extension chain are evaluated in sequence for a given request. The first extension chain that has a condition that matches the request is executed. Any subsequent extension chains do not execute. Limited to 5 extension chains per resource. Structure is documented below.