ScalingGroupAlbServerGroup

data class ScalingGroupAlbServerGroup(val albServerGroupId: String? = null, val port: Int? = null, val weight: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of ALB server group.

Link copied to clipboard
val port: Int? = null

The port number used by an ECS instance after Auto Scaling adds the ECS instance to ALB server group.

Link copied to clipboard
val weight: Int? = null

The weight of the ECS instance as a backend server after Auto Scaling adds the ECS instance to ALB server group.