securityGroupNames

@JvmName(name = "kgcihkhqmlusopuj")
suspend fun securityGroupNames(value: Output<List<String>>)
@JvmName(name = "irqfilhyhyucsvhi")
suspend fun securityGroupNames(value: List<String>?)

Parameters

value

A list of security group names to associate with. If you are creating Instances in a VPC, use vpc_security_group_ids instead.


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


@JvmName(name = "igxlbprafoclvimm")
suspend fun securityGroupNames(values: List<Output<String>>)
@JvmName(name = "yhnvdnjwdsxontuo")
suspend fun securityGroupNames(vararg values: String)

Parameters

values

A list of security group names to associate with. If you are creating Instances in a VPC, use vpc_security_group_ids instead.