Target Group Config
data class TargetGroupConfig(val healthCheck: TargetGroupConfigHealthCheck? = null, val ipAddressType: String? = null, val port: Int, val protocol: String, val protocolVersion: String? = null, val vpcIdentifier: String)
Properties
Link copied to clipboard
The health check configuration.
Link copied to clipboard
The type of IP address used for the target group. Valid values: IPV4 | IPV6
Link copied to clipboard
The protocol version. Valid Values are HTTP1 | HTTP2 | GRPC. Default value is HTTP1.
Link copied to clipboard
The ID of the VPC.