endpointMatchers

@JvmName(name = "entnqkvhfqasnfxr")
suspend fun endpointMatchers(value: Output<List<ApplicationEndpointMatcherArgs>>)
@JvmName(name = "iuxvjutnbjtuphge")
suspend fun endpointMatchers(value: List<ApplicationEndpointMatcherArgs>?)

Parameters

value

Required. Endpoint matchers associated with an application. A combination of hostname and ports as endpoint matcher is used to match the application. Match conditions for OR logic. An array of match conditions to allow for multiple matching criteria. The rule is considered a match if one the conditions are met. The conditions can be one of the following combination (Hostname), (Hostname & Ports) EXAMPLES: Hostname - ("*.abc.com"), ("xyz.abc.com") Hostname and Ports - ("abc.com" and "22"), ("abc.com" and "22,33") etc Structure is documented below.


@JvmName(name = "foehccynyyfxiqfh")
suspend fun endpointMatchers(vararg values: Output<ApplicationEndpointMatcherArgs>)


@JvmName(name = "kxymqmvcowmukmac")
suspend fun endpointMatchers(values: List<Output<ApplicationEndpointMatcherArgs>>)
@JvmName(name = "acrnhmaiyupymdle")
suspend fun endpointMatchers(vararg values: ApplicationEndpointMatcherArgs)

Parameters

values

Required. Endpoint matchers associated with an application. A combination of hostname and ports as endpoint matcher is used to match the application. Match conditions for OR logic. An array of match conditions to allow for multiple matching criteria. The rule is considered a match if one the conditions are met. The conditions can be one of the following combination (Hostname), (Hostname & Ports) EXAMPLES: Hostname - ("*.abc.com"), ("xyz.abc.com") Hostname and Ports - ("abc.com" and "22"), ("abc.com" and "22,33") etc Structure is documented below.


@JvmName(name = "ruyhckknudadrksg")
suspend fun endpointMatchers(argument: List<suspend ApplicationEndpointMatcherArgsBuilder.() -> Unit>)
@JvmName(name = "raekehtnajiufdll")
suspend fun endpointMatchers(vararg argument: suspend ApplicationEndpointMatcherArgsBuilder.() -> Unit)
@JvmName(name = "svpqilmdajjcnoue")
suspend fun endpointMatchers(argument: suspend ApplicationEndpointMatcherArgsBuilder.() -> Unit)

Parameters

argument

Required. Endpoint matchers associated with an application. A combination of hostname and ports as endpoint matcher is used to match the application. Match conditions for OR logic. An array of match conditions to allow for multiple matching criteria. The rule is considered a match if one the conditions are met. The conditions can be one of the following combination (Hostname), (Hostname & Ports) EXAMPLES: Hostname - ("*.abc.com"), ("xyz.abc.com") Hostname and Ports - ("abc.com" and "22"), ("abc.com" and "22,33") etc Structure is documented below.