securityGroupIds

@JvmName(name = "vxxwryxeqybmhwjs")
suspend fun securityGroupIds(value: Output<List<String>>)
@JvmName(name = "ydwqvgeyooxuskvw")
suspend fun securityGroupIds(value: List<String>?)

Parameters

value

The IDs of the security groups. You can specify the IDs of existing security groups and references to resources created by the stack template. If you specify a network interface, you must specify any security groups as part of the network interface instead.


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


@JvmName(name = "apppuuuovjkoancr")
suspend fun securityGroupIds(values: List<Output<String>>)
@JvmName(name = "wrmixxaiuoesvgkm")
suspend fun securityGroupIds(vararg values: String)

Parameters

values

The IDs of the security groups. You can specify the IDs of existing security groups and references to resources created by the stack template. If you specify a network interface, you must specify any security groups as part of the network interface instead.