TargetGroupConfig

data class TargetGroupConfig(val healthCheck: TargetGroupConfigHealthCheck? = null, val ipAddressType: String? = null, val lambdaEventStructureVersion: String? = null, val port: Int? = null, val protocol: String? = null, val protocolVersion: String? = null, val vpcIdentifier: String? = null)

Constructors

Link copied to clipboard
constructor(healthCheck: TargetGroupConfigHealthCheck? = null, ipAddressType: String? = null, lambdaEventStructureVersion: String? = null, port: Int? = null, protocol: String? = null, protocolVersion: String? = null, vpcIdentifier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The health check configuration.

Link copied to clipboard
val ipAddressType: String? = null

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

Link copied to clipboard

The version of the event structure that the Lambda function receives. Supported only if type is LAMBDA. Valid Values are V1 | V2.

Link copied to clipboard
val port: Int? = null

The port on which the targets are listening.

Link copied to clipboard
val protocol: String? = null

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

Link copied to clipboard
val protocolVersion: String? = null

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

Link copied to clipboard
val vpcIdentifier: String? = null

The ID of the VPC.