TargetGroupMatcherArgs

data class TargetGroupMatcherArgs(val grpcCode: Output<String>? = null, val httpCode: Output<String>? = null) : ConvertibleToJava<TargetGroupMatcherArgs>

Constructors

Link copied to clipboard
constructor(grpcCode: Output<String>? = null, httpCode: Output<String>? = null)

Properties

Link copied to clipboard
val grpcCode: Output<String>? = null

You can specify values between 0 and 99. You can specify multiple values, or a range of values. The default value is 12.

Link copied to clipboard
val httpCode: Output<String>? = null

For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values or a range of values.

Functions

Link copied to clipboard
open override fun toJava(): TargetGroupMatcherArgs