TargetGroupTarget

data class TargetGroupTarget(val id: String, val port: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

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.

Link copied to clipboard
val port: Int? = null

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