securityGroupIds

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

Parameters

value

The ID of security group N. The security groups and the ENI must belong to the same VPC. The valid values of N are based on the maximum number of security groups to which an ENI can be added.


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


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

Parameters

values

The ID of security group N. The security groups and the ENI must belong to the same VPC. The valid values of N are based on the maximum number of security groups to which an ENI can be added.