TargetGroupConfigArgs

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
val port: Output<Int>? = null

The port on which the targets are listening. For HTTP, the default is 80. For HTTPS, the default is 443. Not supported if the target group type is LAMBDA .

Link copied to clipboard
val protocol: Output<TargetGroupConfigProtocol>? = null

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
val vpcIdentifier: Output<String>? = null

The ID of the VPC. Not supported if the target group type is LAMBDA .

Functions

Link copied to clipboard
open override fun toJava(): TargetGroupConfigArgs