securityGroups

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

Parameters

value

The names of the security groups. For a nondefault VPC, you must use security group IDs instead. If you specify a network interface, you must specify any security groups as part of the network interface instead of using this parameter.


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


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

Parameters

values

The names of the security groups. For a nondefault VPC, you must use security group IDs instead. If you specify a network interface, you must specify any security groups as part of the network interface instead of using this parameter.