securityGroups

@JvmName(name = "pgephyuqlajcqvkt")
suspend fun securityGroups(value: Output<List<String>>)
@JvmName(name = "yaskbthdmchmgdur")
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 = "jgtabsvqtkqbkvyt")
suspend fun securityGroups(vararg values: Output<String>)


@JvmName(name = "inuybvgpmccwvjrp")
suspend fun securityGroups(values: List<Output<String>>)
@JvmName(name = "uxioigcbkmjndlhr")
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.