TargetGroupAttachmentTargetArgs

data class TargetGroupAttachmentTargetArgs(val id: Output<String>, val port: Output<Int>? = null) : ConvertibleToJava<TargetGroupAttachmentTargetArgs>

Constructors

Link copied to clipboard
constructor(id: Output<String>, port: Output<Int>? = null)

Properties

Link copied to clipboard
val id: Output<String>

The ID of the target. If the target type of the target group is INSTANCE, this is an instance ID. If the target type is IP , this is an IP address. If the target type is LAMBDA, this is the ARN of the Lambda function. If the target type is ALB, this is the ARN of the Application Load Balancer.

Link copied to clipboard
val port: Output<Int>? = null

The port on which the target is listening. For HTTP, the default is 80. For HTTPS, the default is 443.

Functions

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