TargetGroupConfigArgs

data class TargetGroupConfigArgs(val healthCheck: Output<TargetGroupConfigHealthCheckArgs>? = null, val ipAddressType: Output<String>? = null, val port: Output<Int>, val protocol: Output<String>, val protocolVersion: Output<String>? = null, val vpcIdentifier: Output<String>) : ConvertibleToJava<TargetGroupConfigArgs>

Constructors

Link copied to clipboard
constructor(healthCheck: Output<TargetGroupConfigHealthCheckArgs>? = null, ipAddressType: Output<String>? = null, port: Output<Int>, protocol: Output<String>, protocolVersion: Output<String>? = null, vpcIdentifier: Output<String>)

Properties

Link copied to clipboard

The health check configuration.

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

The type of IP address used for the target group. Valid values: IPV4 | IPV6

Link copied to clipboard
val port: Output<Int>

The port on which the targets are listening.

Link copied to clipboard
val protocol: Output<String>

The protocol to use for routing traffic to the targets. Valid Values are HTTP | HTTPS

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

The protocol version. Valid Values are HTTP1 | HTTP2 | GRPC. Default value is HTTP1.

Link copied to clipboard
val vpcIdentifier: Output<String>

The ID of the VPC.

Functions

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