TargetGroupConfig

Describes the configuration of a target group. Lambda functions don't support target group configuration.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The health check configuration.

Link copied to clipboard

The type of IP address used for the target group. The possible values are ipv4 and ipv6. This is an optional parameter. If not specified, the IP address type defaults to ipv4.

Link copied to clipboard

Lambda event structure version

Link copied to clipboard
val port: Int?

The port on which the targets are listening. For HTTP, the default is 80. For HTTPS, the default is 443

Link copied to clipboard

The protocol to use for routing traffic to the targets. Default is the protocol of a target group.

Link copied to clipboard

The protocol version. Default value is HTTP1.

Link copied to clipboard

The ID of the VPC.

Functions

Link copied to clipboard
inline fun copy(block: TargetGroupConfig.Builder.() -> Unit = {}): TargetGroupConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String