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