Target Group Config Args
data class TargetGroupConfigArgs(val healthCheck: Output<TargetGroupHealthCheckConfigArgs>? = null, val ipAddressType: Output<TargetGroupConfigIpAddressType>? = null, val lambdaEventStructureVersion: Output<TargetGroupConfigLambdaEventStructureVersion>? = null, val port: Output<Int>? = null, val protocol: Output<TargetGroupConfigProtocol>? = null, val protocolVersion: Output<TargetGroupConfigProtocolVersion>? = null, val vpcIdentifier: Output<String>? = null) : ConvertibleToJava<TargetGroupConfigArgs>
Constructors
Link copied to clipboard
constructor(healthCheck: Output<TargetGroupHealthCheckConfigArgs>? = null, ipAddressType: Output<TargetGroupConfigIpAddressType>? = null, lambdaEventStructureVersion: Output<TargetGroupConfigLambdaEventStructureVersion>? = null, port: Output<Int>? = null, protocol: Output<TargetGroupConfigProtocol>? = null, protocolVersion: Output<TargetGroupConfigProtocolVersion>? = null, vpcIdentifier: Output<String>? = null)
Properties
Link copied to clipboard
The health check configuration. Not supported if the target group type is LAMBDA
or ALB
.
Link copied to clipboard
The type of IP address used for the target group. Supported only if the target group type is IP
. The default is IPV4
.
Link copied to clipboard
The version of the event structure that your Lambda function receives. Supported only if the target group type is LAMBDA
. The default is V1
.
Link copied to clipboard
The protocol to use for routing traffic to the targets. The default is the protocol of the target group. Not supported if the target group type is LAMBDA
.
Link copied to clipboard
The protocol version. The default is HTTP1
. Not supported if the target group type is LAMBDA
.
Link copied to clipboard
The ID of the VPC. Not supported if the target group type is LAMBDA
.