ScalingGroupAlbServerGroupArgs

data class ScalingGroupAlbServerGroupArgs(val albServerGroupId: Output<String>? = null, val port: Output<Int>? = null, val weight: Output<Int>? = null) : ConvertibleToJava<ScalingGroupAlbServerGroupArgs>

Constructors

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

Properties

Link copied to clipboard
val albServerGroupId: Output<String>? = null

The ID of ALB server group.

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

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

Functions

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