securityGroups

@JvmName(name = "nbncuqykcyyedqrg")
suspend fun securityGroups(value: Output<List<String>>)
@JvmName(name = "tbpfmkeawusdvnsp")
suspend fun securityGroups(value: List<String>?)

Parameters

value

A list of security group IDs to assign to the LB. Only valid for Load Balancers of type application.


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


@JvmName(name = "bgaunxoenppcmair")
suspend fun securityGroups(values: List<Output<String>>)
@JvmName(name = "eunlhergswpfmrjr")
suspend fun securityGroups(vararg values: String)

Parameters

values

A list of security group IDs to assign to the LB. Only valid for Load Balancers of type application.