securityGroupNames

@JvmName(name = "yxswuumddntjedmo")
suspend fun securityGroupNames(value: Output<List<String>>)
@JvmName(name = "gcnrlckmuulxoihu")
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 = "tukhthctqcbegvus")
suspend fun securityGroupNames(vararg values: Output<String>)


@JvmName(name = "hgwngephbvktehhc")
suspend fun securityGroupNames(values: List<Output<String>>)
@JvmName(name = "ehpupfmeodynmgpj")
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.