targetGroupARNs

@JvmName(name = "lsvypgjfgkbsisuj")
suspend fun targetGroupARNs(value: Output<List<String>>)
@JvmName(name = "rgainyobmmomklpd")
suspend fun targetGroupARNs(value: List<String>?)

Parameters

value

The Amazon Resource Names (ARN) of the Elastic Load Balancing target groups to associate with the Auto Scaling group. Instances are registered as targets with the target groups. The target groups receive incoming traffic and route requests to one or more registered targets. For more information, see Use Elastic Load Balancing to distribute traffic across the instances in your Auto Scaling group in the Amazon EC2 Auto Scaling User Guide.


@JvmName(name = "mrqjsfagqyvexeqq")
suspend fun targetGroupARNs(vararg values: Output<String>)


@JvmName(name = "gjfvwewngxensucy")
suspend fun targetGroupARNs(values: List<Output<String>>)
@JvmName(name = "mfcmwcngwmepdcaw")
suspend fun targetGroupARNs(vararg values: String)

Parameters

values

The Amazon Resource Names (ARN) of the Elastic Load Balancing target groups to associate with the Auto Scaling group. Instances are registered as targets with the target groups. The target groups receive incoming traffic and route requests to one or more registered targets. For more information, see Use Elastic Load Balancing to distribute traffic across the instances in your Auto Scaling group in the Amazon EC2 Auto Scaling User Guide.