Target Group Target Args
data class TargetGroupTargetArgs(val id: Output<String>, val port: Output<Int>? = null) : ConvertibleToJava<TargetGroupTargetArgs>
Properties
Link copied to clipboard
The ID of the target. If the target group type is INSTANCE
, this is an instance ID. If the target group type is IP
, this is an IP address. If the target group type is LAMBDA
, this is the ARN of a Lambda function. If the target group type is ALB
, this is the ARN of an Application Load Balancer.