Target Group Config Args
data class TargetGroupConfigArgs(val healthCheck: Output<TargetGroupConfigHealthCheckArgs>? = null, val ipAddressType: Output<String>? = null, val lambdaEventStructureVersion: Output<String>? = null, val port: Output<Int>? = null, val protocol: Output<String>? = null, val protocolVersion: Output<String>? = null, val vpcIdentifier: Output<String>? = null) : ConvertibleToJava<TargetGroupConfigArgs>
Constructors
Link copied to clipboard
constructor(healthCheck: Output<TargetGroupConfigHealthCheckArgs>? = null, ipAddressType: Output<String>? = null, lambdaEventStructureVersion: Output<String>? = null, port: Output<Int>? = null, protocol: Output<String>? = null, protocolVersion: Output<String>? = null, vpcIdentifier: Output<String>? = null)
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 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
The protocol version. Valid Values are HTTP1
| HTTP2
| GRPC
. Default value is HTTP1
.
Link copied to clipboard
The ID of the VPC.