securityGroups

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


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