securityGroups

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

Parameters

value

List of security group IDs to assign to the LB. Only valid for Load Balancers of type application or network. For load balancers of type network security groups cannot be added if none are currently present, and cannot all be removed once added. If either of these conditions are met, this will force a recreation of the resource.


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


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

Parameters

values

List of security group IDs to assign to the LB. Only valid for Load Balancers of type application or network. For load balancers of type network security groups cannot be added if none are currently present, and cannot all be removed once added. If either of these conditions are met, this will force a recreation of the resource.