securityGroups

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


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